Sorry, I got that almost completely wrong, here is the solution now that I actually tested it:
This would be the tiddler that has the list: -- <$set name=regExp value='regexp:tags[action]'> <$list filter='[tag[Tasks]regexp:tags[Action]]' template=TemplateTest> </$list> </$set> -- and the tiddler TemplateTest would be: -- \define getFilter() [tag<currentTiddler>$(regExp)$] \end <$view field='title'/><br> <$list filter=<<getFilter>> template='TemplateTest'> <$view field='title'/><br> </$list> -- That would return a list of all tags at the top level of your toc that are tagged Tasks and have a tag that contains Action, and then all the children of those tiddlers that have tags that contain Action. I just realized that this may not check all children, it may only check children of children that match the filter. I will have to think about the full search a bit. -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout.

