1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 02:19:55 +00:00
TiddlyWiki5/bin/ginsu.cmd
2014-09-08 16:32:34 +01:00

13 lines
322 B
Batchfile

@echo off
rem Split the tiddlers out of a TiddlyWiki file
node .\tiddlywiki.js ^
.\editions\empty ^
--verbose ^
--load %1 ^
--output tmp ^
--rendertiddlers [!is[system]] $:/core/templates/tid-tiddler ginsu text/plain .tid ^
--rendertiddler $:/core/templates/split-recipe ginsu\split.recipe text/plain ^
|| exit 1