What I have in mind is a flattened tree (which I referred to as a "list" in my OP). The basic use case is like follows: I have a concept tree. Each concept tags zero or more memos. Each memo is tagged with zero or more concepts. I want a list of all memos that are tagged with any concept in a specified subtree. So I would need to traverse all concepts but only index the memos. Of course, if the plugin returns a list that can be used in further filter runs, I could just index everything that has been traversed and filter out the concepts afterwards. Maybe this is necessary anyway because my use case is really somewhat more complicated. I have defined a third tiddler type, "meaning unit" (I'm into qualitative research), that can be tagged with concepts and tag memos. I consider this indirect link between concept and memo semantically equivalent to a direct one. So it would seem that I need to make two separate runs and combine their results. Hope this is makes sense. Looking forward to your ideas! Best regards, Linus
Sent using CloudMagic [https://cloudmagic.com/k/d/mailapp?ct=pi&cv=7.1.27&pv=8.3] On tis, sep 15, 2015 at 3:01 em, [email protected] <[email protected]> wrote: Tobias, your plugin seems to be a good start. If I am not mistaken, it would need to be modified slightly to do what I want. Specifically, I would need it to have another filter parameter that specifies tiddlers to be traversed but not indexed. Not sure I understand this part. Can you give an example (hierarchy) where you want tiddlers being traversed but not part of the returned list? Would it be possible to adapt x-plore to TW5? Would be more like a rewrite but not impossible. Right now I'm not up to speed on constructing output. These things are perhaps a tad bit more compliocated with widgets as compared to wikify(sometext, place) from TWc. In your OP, you were talking about a list, not a (traversal-)tree. Can you expand on that and what precisely you have in mind? — tb -- You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group. To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/XH4tgLlr7fY/unsubscribe [https://groups.google.com/d/topic/tiddlywiki/XH4tgLlr7fY/unsubscribe] . To unsubscribe from this group and all its topics, send an email to [email protected] [[email protected]] . To post to this group, send email to [email protected] [[email protected]] . Visit this group at http://groups.google.com/group/tiddlywiki [http://groups.google.com/group/tiddlywiki] . To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/32f8516d-4496-423d-94b5-4041ef81a97b%40googlegroups.com [https://groups.google.com/d/msgid/tiddlywiki/32f8516d-4496-423d-94b5-4041ef81a97b%40googlegroups.com?utm_medium=email&utm_source=footer] . For more options, visit https://groups.google.com/d/optout [https://groups.google.com/d/optout] . -- 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/1442326875188-0417aa92-8360355c-eeb23abf%40gmail.com. For more options, visit https://groups.google.com/d/optout.

