mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-25 22:11:33 -08:00
Added equivalent scripts for all .sh files and modified appropriate tiddlers to generate updated readme.md for the GitHub site.
15 lines
380 B
Batchfile
15 lines
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
|