I just played with your code. As I see, the core of getting everything 
associated to a given tag would be this:

\define each-level()
  [[$(currentTiddler)$]]<br>
  <$list filter="[is[current]tagging[]]">
    <<each-level>>
  </$list>
\end
\define list-toc(tiddlername)
  <$tiddler tiddler="$tiddlername$">
    <$list filter="[is[current]tagging[]]">
      <<each-level>>
    </$list>
  </$tiddler>
\end

<<list-toc Filters>>

It's listing everything which is under "Features" in ToC (regardless of 
level). If I could get the common elements of <<list-toc Filters>>, <<list-
toc Mechanisms>> and any additional lists, then it would be exactly what I 
like to achieve.

I have to play more, but a big thanks for the code! It helped me a lot.

-- 
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/f2faa9e1-2a71-447f-8f3b-21725d23f4e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to