XYZ
October 4, 2024, 3:14am
1
Dear friends
Many times when I am searching for common tiddlers, I have multiple characteristics common to the class of tiddlers I am searching for: ‘|tc-center|k’, ‘linear algebra’, ‘$$’, matches the entire list of tiddlers directly, but how to export them is a problem (many tiddlers still have Spaces in their titles).
Any reply would be greatly appreciated
pmario
October 4, 2024, 8:09am
2
You can use the search operator directly in the AdvancedSearch → Filter tab eg:
[search:title,text:some[tc-center]] … See the docs for the operator suffixes.
It will give you these results, which contain some system tiddlers.
To get rid of the system tiddlers you can do this
[search:title,text:some[tc-center]!is[system]] which gives you this result, that you can export with the export button
Since creating a good search term can be a lot of work, I did create the advanced-search-plus plugin , which allows me to store the filter expressions
Also see: [INTRO] Advanced Search Plus (ASP) - for advanced users and developers
pmario
October 4, 2024, 8:13am
3
If you need to export the same set of tiddlers over and over again you may be interested in the bundler-plugin
Also see: [INTRO] Bundler-plugin - Export, Import, Bookmark and Manage Tiddler Stories
have fun!
Mario