I've downloaded a tiddlywiki.html file, which I want to host locally with NodeJS for personal use. How do I do that?
I tried tiddlywiki --load, but it exited successfully without appearing to do anything.
I've downloaded a tiddlywiki.html file, which I want to host locally with NodeJS for personal use. How do I do that?
I tried tiddlywiki --load, but it exited successfully without appearing to do anything.
You need to use the
--savewikifoldercommand to actually save the wiki, in addition to the--loadcommand to load the HTML file:This can then be run with
--listento serve the wiki locally:In my case, this produced the following warning:
Which I fixed by adding those two plugins to the generated
tiddywiki.infofile: