I am using this approach to build a tiddlywiki from a json file. I struggled (and failed) to figure out how to set the palette and theme on the output tiddlywiki
Here's the code fragment (bash script) that does it. My tiddlywiki is hosted on http://chitselb.com/files/tiddlypettil.html echo . . . . Building docs/tiddlypettil.html mkdir -p ./build/tiddlypettil/tiddlers cp ./docs/statictiddlers/tiddlywiki.info ./build/tiddlypettil/ cp ./docs/statictiddlers/*.tid ./build/tiddlypettil/tiddlers/ cd ./build/tiddlypettil/ tiddlywiki --load ../pettil.json >/dev/null tiddlywiki --rendertiddler $:/core/save/all tiddlypettil.html text/plain >/dev/null -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

