Here's an example tagging tree and how I understand you wish to 
collect all "descendant memos":

   - *Foo *(is category)
      - *Bar *(tags: Foo Memo)
      - *Baz *(tags: Bar Memo)
         - *Mumble *(tags: Bar)
      - *Frotz *(tags: Foo)
         - *Gronk *(tags: Frotz Memo)
      
So, the recursive-flat-list would return for category *Foo* and tag *Memo:*

   - Bar, Baz, Gronk
   
Not sure how exactly "Meaning Units" fit into this picture and how they 
relate to either categories or memos.

As you only wish a flat list as the output, the traversal could actually be 
accomplished with a new recursive filter, rather than a macro or widget.

Hope this is makes sense. Looking forward to your ideas!
>

Try to provide real-life examples equivalent to the above.
That tends to make things more clear, possibly to you as well. ;-)

— tb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/62b33306-7717-4f14-a019-b16a68a8e8dc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to