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
--savewikifolder
command to actually save the wiki, in addition to the--load
command to load the HTML file:This can then be run with
--listen
to serve the wiki locally:In my case, this produced the following warning:
Which I fixed by adding those two plugins to the generated
tiddywiki.info
file: