kopia lustrzana https://github.com/miklobit/TiddlyWiki5
16 wiersze
380 B
Batchfile
16 wiersze
380 B
Batchfile
@echo
|
|
|
|
rem Split the tiddlers out of a TiddlyWiki file
|
|
|
|
setlocal enableextensions
|
|
mkdir tmp\ginsu
|
|
setlocal disableextensions
|
|
|
|
node .\tiddlywiki.js ^
|
|
.\editions\empty ^
|
|
--verbose ^
|
|
--load %1 ^
|
|
--rendertiddler $:/core/templates/split-recipe tmp\ginsu\split.recipe text/plain ^
|
|
--rendertiddlers [!is[system]] $:/core/templates/tid-tiddler tmp\ginsu text/plain .tid ^
|
|
|| exit 1
|