Great! This example really explains subfilter to me. Also shows what you 
tell about named filter. It should made it to the official documentation 
IMHO.

although I 't try (yet) to see the differences between subfilter and the 
newer filter to come, because it would be disastrous for my peace of mind 
:-)

Many thanks for your help all of you! How patient are you!!!

Le mercredi 28 octobre 2020 à 02:28:01 UTC+1, TW Tones a écrit :

> 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/fb790c6d-12d7-4059-8af7-72ac6ab98e29n%40googlegroups.com.

Reply via email to