Hi all,
I'm struggling to use the --render command to build a tiddly wiki html file from individual tiddlers - this is what I believe I should be doing - however, I can't get it to work:
tiddlywiki ~/MyWiki --render $:/core/save/all "" "text/html" "$:/core/templates/tiddlywiki5.html"
previously, I've used the --rendertiddlers command example that's in the official tiddlywiki documentation, but that command has been depreaciated and --render is the one to use:
this is the cmd that I used previously:
tiddlywiki ~/MyWiki --rendertiddler $:/core/save/all index.html text/plain
Can anyone assist?