Runtime TW
TiddlyWiki acts as a distributed object database
this scripts provides elemental TW interactions
Import a Tiddler (json) in a TiddliWiki
./import_tiddler.sh tiddlywiki.html ForemostPoets-Moonraker.json
https://talk.tiddlywiki.org/t/how-to-add-extract-modify-tiddlers-from-command-line-to-do-ipfs-media-transfer/4345?u=papiche
Delete a Tiddler (title) from a TiddliWiki
./delete_tiddler.sh tiddlywiki.html "/TEST/ForemostPoets-Moonraker.mp3"
https://talk.tiddlywiki.org/t/how-to-filter-and-delete-multiple-tiddlers/4950
you can add more complex queries ....
Last updated