Eric,

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.

Tones

On Wednesday, 7 October 2020 16:25:14 UTC+11, Eric Shulman wrote:
>
> 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/e999b47f-25af-43f5-9d1e-869b69cd730ao%40googlegroups.com.

Reply via email to