I deleted my last post because it was not structured correctly.
I created two tiddlers: New Tiddler 1 and New Tiddler 2 and gave them the tag: xyz
- Go to the Advanced Filter and select the Filter tab.
- In the search bar: enter in this filter: [search:tags[xyz]]
- Next to the search bar you will see some icons. One is the export icon. Click that.
- Export to CSV, JSON or Static HTML.
-CSV will give you the closest thing to a text file.
-JSON will give you a file you can re-import to a TiddlyWiki preserved as intact, individual tiddlers.
Static HTML will give you an HTML of all the tiddlers.
Now, as for fields, the search query or advanced filter is basically the same.
I created tiddlers: New Tiddler 3 and New Tiddler 4 and gave them no tags, but gave them a field: sample-name with value abc
Advanced Search:
[search:sample-name[abc]]
It’s the same because tags IS a field (although native and established within TiddlyWiki) and sample-name is a field, although it was created (by me).
Export in a format that suits you.
There are other ways!
Here’s one for tag:
[tag[xyz]]
[sample-name[abc]]
AlfieA