--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/RMV4C3ZvxY8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/8e763724-773f-4623-8d41-779fd4eba4e9o%40googlegroups.com.
...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]]
\define publishFilter() -[[$:/StoryList]]Does the publish filter only exist if you define it?
I have always had trouble finding where it was defined :)
Perhaps it would be better as {{$:/config/publishFilter}} and editable somewhere.