kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Add a batch file for splitting a TW file into tiddlers
rodzic
5394fc4ee1
commit
6ada78daa2
|
@ -0,0 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Split the tiddlers out of a TiddlyWiki file
|
||||
|
||||
mkdir -p tmp
|
||||
mkdir -p tmp/ginsu
|
||||
|
||||
node ./tiddlywiki.js \
|
||||
./editions/empty \
|
||||
--verbose \
|
||||
--load $1 \
|
||||
--savetiddlers [!is[system]] $:/core/templates/tid-tiddler tmp/ginsu text/plain .tid \
|
||||
|| exit 1
|
Ładowanie…
Reference in New Issue