TiddlyTools/Search/Filters has the ability to select and export multiple tiddlers as separate .tid
files.
To import this tiddler, just visit TiddlyTools/Search/Filters and then drag-and-drop the tiddler’s title to your own TiddlyWiki. Since this add-on is written purely in wikitext, you can use it immediately, without needing to save-and-reload.
Start by entering/selecting a filter that identifies the tiddlers you want to export. Just type your desired filter syntax in the same way you would use the $:/AdvancedSearch>Filter tab input, or click on “Filters” to view a drop list and select a previously saved custom filter or pre-defined shadow filter. Alternatively, to assist in creating a custom filter you can press the “hammer and screwdriver” icon to display the “FilterMaker” interface.
Once a valid filter has been entered/selected, a list of matching tiddlers will be displayed. You can futher filter this list by entering some matching text (or regular expression pattern) and selecting which tiddler field(s) to search (default is title
… use ctrl-click to select multiple field names). The list can also be sorted by title, size, date created, or date modified.
When you have a suitable list of tiddlers that you want to export, press the “export” button (“box and arrow” icon, upper-right above the filter input field). This will display an “Export tiddlers” modal dialog listing all matching tiddlers with individual checkboxes (defaulting to checked). You can manually uncheck any specific tiddler titles that you don’t want to be exported (or use the all/none buttons, lower-left).
Then, select “tid” from the droplist (bottom-center). Note that the exported filenames will use the tiddler title of each exported tiddler as the target filename. Finally, press the “export” button (lower-right) to begin downloading the selected tiddlers as separate .tid
files. If you’ve configured your browser to “always ask where to download files”, a system-provided dialog will appear for each downloaded .tid
file.
enjoy,
-e