To export the wiki to a single file exactly as it is: --render "$:/core/save/all"
That doesn't work so great, though, because it includes the plugins that sync with the node.js server, which means you'll get a bunch of errors when you try to view it anywhere else. Better is to use the --build command as Mark says, which will take care of extracting that stuff for you. --build just executes a series of other commands found in the "build" section of the tiddlywiki.info file. By default there is an "index" target in there that does what you want. If you're curious to see exactly what's going on, or you need to tweak something, take a look there. On Thursday, November 26, 2020 at 5:47:11 AM UTC-6 [email protected] wrote: > > Hello, > > I am currently running Tiddlywiki via node.js, so all tiddlers are saved > in separate files. I now need to convert these tiddlers into a single html > file with all the tiddlywiki functionalities. So basically converting a > node.js-version into a single-file version. > > Is that possible or is there a template I can use together with the > --render command? > > Thank you! > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5c1f22cf-230e-464d-9604-ca7f3745adbfn%40googlegroups.com.

