I am writing the actual options I could identify:
- Use Tiddlywiki Web UI with your mouse and keyboard
Filters can be added at the end of URL to arrange homepage set
#:[field[value]] ot !myfield[somevalue]]
there is a talk on filtering there: How to filter and delete multiple tiddlers? - #2 by twMat
- Use Tiddlywiki through node.js
From this perspective.
Actual actions are to
-
- export tiddlers containing that [field[value]] from TW
-
- explore and update json value using ‘jq’
-
- delete old tiddlers from TW
-
- import new ones into TW
May be you know other easier means to do it?
I’d like to create some kind of “SQL like” command wrapper…