Hubert;

Thanks for sharing back.

I expect the need to use each:list-item is because list fields can include 
the `[[ ]]` for tiddler titles containing spaces. If this were not so in 
your example the titles with spaces could get broken into pieces with 
mismatched "[[" and "]]" floating around.

Regards
Tony

On Friday, March 6, 2020 at 8:10:41 AM UTC+11, Hubert wrote:
>
> Thanks Mat!
>
> After experimenting some more with filters / reading the documentation, I 
> was able to come up with a one-line filter expression that works:
>
> <$list 
> filter="[all[tiddlers]prefix[TiddlerTest]has[list]each:list-item[list]]">
>
> </$list>
>
> I guess the missing bit here was each:list-item 
> <https://tiddlywiki.com/static/each%2520Operator.html>, somewhat 
> mysterious ;) but -- it works!
>
> Thanks again,
> -Hubert 
>
>
> On Thursday, 5 March 2020 19:35:56 UTC, Mat wrote:
>>
>> Here's a... um... really awkward way that at least seems to work. I 
>> really hope this is not the best solution:
>>
>> <$set name=foo filter="[all[tiddlers]prefix[New]get[list]]">
>> <$wikify name=bar text={{{ [<foo>] }}}>
>> <$list filter=<<bar>>>
>>
>> </$list>
>> </$wikify>
>> </$set>
>>
>> @Mark? @Eric? This feels like your hood.
>>
>> <:-)
>>
>

-- 
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/0de26ced-bdda-4d8e-9210-8d1c6015fb64%40googlegroups.com.

Reply via email to