mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:54:52 +00:00
12
bin/ginsu.sh
Executable file
12
bin/ginsu.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 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
|
||||
Reference in New Issue
Block a user