How to export filtered items in (standard filter, system filter, default filter)

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

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

1 Like

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

1 Like