I want to build an HTML version of a tiddlywiki that I'm running under node, but I want to remove all the plugins that are not essential for the HTML single edition like the file system sync. How should I construct the rendertiddler command?
--Thanks everyone.
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
The following works OK for me:
tiddlywiki editions/tw5.com-server/ --rendertiddler $:/editions/server/download-offline offline.html text/plain
I'd expect a blank file if the tiddler "$:/editions/server/download-offline" were missing, as would happen if you attempted this command with a wiki that doesn't include the tiddlywebadaptor plugin.
{ "plugins": [ "tiddlywiki/filesystem", "tiddlywiki/tiddlyweb", "tiddlywiki/highlight" ], "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" ], "includeWikis": [ {"path": "../core", "read-only": true} ], "build": { "index": [ "--rendertiddler","$:/core/save/all","index.html","text/plain"] }}
--
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 tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.