Added to TW-Scripts. On Wednesday, January 30, 2019 at 3:55:27 PM UTC+3:30, S. S. wrote: > > > I found this issue intriguing, and remembered Thomas Elmiger's Compare > if-then-else Style in Wikitext > <https://tid.li/tw5/hacks.html#ifAisB%20%E2%80%93%20Compare%20if-then-else%20Style%20in%20Wikitext> > > So this should also work - meaning it finds and lists Data Tiddlers that: > > - have an index named: *validateAll* > - that has its data: *true* > - and as a bonus, it makes a link to the tiddlers > > > \define make-link() <$link to="$(display)$">$(display)$</$link><br> > > <$list filter="[type[application/x-tiddler-dictionary]]" variable=dataTid> > <$set name="display" value=<<dataTid>>> > <$set name="data" tiddler=<<dataTid>> index="validateAll"> > <$list filter="[<data>] -[[true]]" emptyMessage=<<make-link>>> > </$list> > </$set> > </$set> > </$list> > > > >
-- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3c7ff94d-a7b5-47ec-931f-a604765705e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

