Hi everyone,
I am exploring the possiblity to use TiddlyWiki as a publishing platform for text that I have in other formats. The idea is to convert everything to .tid
files, and then import them into a fresh TiddlyWiki hosted on a personal server. Sounds easy.
But… I haven’t figured out how to do it yet. I have two commands that do a part of the job, but I can’t use them together:
-
tiddlywiki MyWiki --init server
creates a working Wiki on the server, but it is empty. -
tiddlywiki --load empty.html --load tiddler-directory --savewikifolder ./MyWiki
creates a Wiki with all my tiddlers, but it’s not functional because it lacks the server component.
I can’t seem to do “init, then load”, the “load” is ignored. Nor get the server functionality without --init
. Nor use “load” and then save the loaded tiddlers to an existing Wiki folder.
I am probably overlooking something very basic - but what is it?