Dear all,

I am working on a project in which I need to be able to get a list of a 
tiddler's descendants. I use tags to define the relationship in question. 
To be precise, B is a descendant of A if A=B or B is tagged with a 
descendant of A.

The list should be equal to what you get if you evaluate a filter that goes 
something like this:

[all[current]tag[concept]] [all[current]tag[concept]tagging[]tag[concept]] [
all[current]tag[concept]tagging[]tag[concept]tagging[]tag[concept]] ...

The problem is of course that my current solution does not allow for 
arbitrary depth of search, which is what I want.

I have been trying to wrap my head around this problem and still can't 
judge whether or not it's possible to do this without resorting to 
JavaScript. If it is, I would be overjoyed if anyone would point me in the 
right direction. If it isn't, I would appreciate help even more since I am 
not (yet) proficient in JavaScript.


Many thanks in advance,
Linus

-- 
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/4f9fe4a2-80d4-4274-b801-4d9981581fa1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to