I am migrating from single HTML files to Node.js stored on Dropbox.
Reason: A single TW5.HTML file grew too big and became slow. Creating multiple smaller HTML files wastes time searching which file a tiddler is in. I did consider Mohammed’s $:/plugins/kookma/searchwikis solution, but prefer to not need to update the searchindexes.
Duplicate tiddler titles get the wiki’s name manually prepended to the tiddler title.
I wish there were an easy to avoid an accidental tiddler overwrite. Importing behavior (sometimes) notifies me and appends a “1” to the title, but not when I import to Node.js (not sure why).
Access to Node.js from laptop
On my laptop ,(13" MacBook Pro, MacOS Monteray 12.1), and in terminal ,(Hyper 3.1.4), I load the Node.js wiki with the command:
tiddlywiki /Users/jwh/Dropbox/TW5/Node --server 19671
In my browser ,(Firefox 96.0.3), I access the wiki with:
http://localhost:19671
How do I access the Node.js wiki from my iphone ,(iphone 8+, IOS 15.2.1),?
I don’t think Quine2 can access Node.js - correct?