On Tuesday, October 6, 2020 at 9:36:11 PM UTC-7, TW Tones wrote: > > ...you can exclude tiddlers from the save process in single files. > You can see the filter in $:/core/save/all > [is[tiddler]] -[prefix[$:/state/popup/]] -[[$:/HistoryList]] > -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] > -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] +[sort[title]] > $(publishFilter)$ > and add -[[$:/storyList]] >
Take note of the $(publishFilter)$ syntax at the end of the list of filters. This allows you to add custom filters to $:/core/save/all without modifying the shadow tiddler. Just create any tiddler (e.g., "MyPublishFilter"), tagged with $:/tags/Macro, containing: \define publishFilter() -[[$:/StoryList]] -e -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/896c94ad-947a-48bb-a0e3-3c114e9fd2d6o%40googlegroups.com.

