Jeanne-Pierre, On Wednesday, 28 October 2020 11:39:03 UTC+11, Jean-Pierre Rivière wrote: > > I'm not really understanding what your code below aim to achieve (although > I tried it): > > \define system-tags() text title modified modifier created creator tags > list list-after list-before caption type > > <$list filter="[fields[]!subfilter<system-tags>]"> > </$list> > > I got unexisting tiddlers, or macros tiddlers but with incomplete names > and all seems rather random. >
What you got is a list of all fields in the current tiddlywiki except for those in the defined subfilter. This expands on the use of the subfilter that mark raised. Field names can be treated as titles but if they don't exist as tiddlers, then they do not exist. > > As such, I've been unable to understand your further points. Except that > the new filter operator seems interesting, although not as easy to use as > one would like to. For instance, this does not seems to work: > > \define finish-by-iki() [get[title]suffix[iki]] > <<.operator-example 42 "[tag[HelloThere]+filter<finish-by-iki>]">> > This works \define finish-by-iki() [get[title]suffix[iki]] <<.operator-example 42 "[tag[HelloThere]subfilter<finish-by-iki>]">> The only difference here is the "sub" A Gentle Guide to TiddlyWiki > Discover TiddlyWiki > Some of the things you can do with TiddlyWiki > Ten reasons to switch to TiddlyWiki > You will with my code above Tones -- 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/4cc82be1-8beb-4eb5-ac28-c81232155c16o%40googlegroups.com.

