[tw5] Re: Filters on default tiddlers

2020-05-16 Thread Scott Kingery
Thanks, Eric and Mark! Exactly what I needed and I learned a bit about the subfilter and more about DefaultTiddlers. -- 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

[tw5] Re: Filters on default tiddlers

2020-05-16 Thread Eric Shulman
On Saturday, May 16, 2020 at 2:22:14 PM UTC-7, Mark S. wrote: > > I think this will do it: > <$list filter="[] > -[{$:/DefaultTiddlers}splitregexp[\n]!is[blank]]"> > ...do things here only if the title of the current tiddler isn't in the > list of defaults... > > While $:/DefaultTiddlers is

[tw5] Re: Filters on default tiddlers

2020-05-16 Thread 'Mark S.' via TiddlyWiki
I think this will do it: <$list filter="[] -[{$:/DefaultTiddlers}splitregexp[\n]!is[blank]]"> ...do things here only if the title of the current tiddler isn't in the list of defaults... On Saturday, May 16, 2020 at 1:39:48 PM UTC-7, Scott Kingery wrote: > > I can't seem to get the syntax