Hi, I recently tried to create a recursive subfilter to find all tiddlers below a certain tag, no matter how many levels deep (similar to the *kin* filter, which is too slow for my large wiki). Unfortunately, I was greeted with a red-message-box-of-death informing me of too much recursion. However, there should only be a couple of levels. Are recursive filters at all possible or am I doing something wrong? For a quick example, try this in a new tiddler on tiddlywiki.com: \define subfilter-test() [tagging[]] [tagging[]subfilter<subfilter-test>]
<$set name="test" filter="[[TableOfContents]subfilter<subfilter-test>]"> <$list filter="=[enlist<test>]" template="$:/core/ui/ListItemTemplate" /> </$set> Any enlightment is greatly appreciated. Best regards Yaisog -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/14ff56e5-cdb1-4fc5-9c73-d328828acab2n%40googlegroups.com.

