This would not have been possible just a couple versions ago. Now, I think, you can use:
<$list filter="tiddler1 tiddler2 tiddler3 +[each:list-item[list]sort[]] "> </$list> On Thursday, September 26, 2019 at 9:01:43 AM UTC-7, Michael Gentry wrote: > > I'm trying to work out a filter that will take in a list of tiddlers as > input, and output a list of all tiddlers that are listed in all of the > input's list fields. To basically, if you had this: > > Tiddler1!!list = TiddlerA TiddlerD Tiddler F > Tiddler2!!list = TiddlerE > Tiddler3!!list = TiddlerB TiddlerC > > ...you could then do this: > > Tiddler1 Tiddler2 Tiddler3 --> MAGIC FILTER --> TiddlerA TiddlerD TiddlerF > TiddlerE TiddlerB TiddlerC > > I realize that I could accomplish something similar by using nested > $lists, but I'd like to get it squeezed into one filter so that I can sort > the output. > > Any ideas? > -- 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/00e20c4c-a1a4-4863-92a6-e0b019a5e419%40googlegroups.com.

