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/2142d2a8-2b71-4144-b6b8-7daf49843774%40googlegroups.com.

