I'd like to start server from %appData%/omnitiddly/tiddlywiki , but there 
seem being no param in cli to do so, it can only start relative to PWD.

I'm going to start tiddlywiki from electron app, so I'm going to do 
something like this:

const $tw = require('tiddlywiki/boot/boot.js').TiddlyWiki();

// Pass the command line arguments to the boot kernel
$tw.boot.argv = ['listen', '-path %appData%/omnitiddly/tiddlywiki'];

// Boot the TW5 app
$tw.boot.boot();
Can I do so?

-- 
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/c8d71527-7011-461c-a034-2b947392f6ca%40googlegroups.com.

Reply via email to