You'll need a node executable <https://nodejs.org/en/download/> and the TW5 
source <https://github.com/Jermolene/TiddlyWiki5/releases>. 

I'm using Windows. Here's a batch file example:

set node_exe="C:\Users\Jim\Downloads\node-v8.11.1-win-x64\node.exe"
set tw_js="C:\Users\Jim\Downloads\TiddlyWiki5-5.1.17\tiddlywiki.js"

set wiki_html=%1

%node_exe% %tw_js% --verbose --load %wiki_html% ^
--output ./tiddlers ^
--render "[!is[system]]" "[encodeuricomponent[]addsuffix[.tid]]"  
"text/plain" "$:/core/templates/tid-tiddler"



-- 
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+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/da88694f-b4b2-414c-a3df-667feead708a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to