I'm working on creating a semantic structure in TW. U fortunately, this 
requires recursive filters. I’m stuck trying to feed the output of a recursive 
macro into a filter using wikify. The problem seems to be that the macro is 
outputting a formatted list but the filter expects a title list. I haven't been 
able to figure out how to solve the problem. The goal is to display a list of 
all individuals of a superclass for individuals that are only linked to 
subclasses but not the superclass. Here is my code:

\define class_sub()
<$list filter="[is_subclass_of{!!title}]">
<$link><<currentTiddler>></$link>
<$macrocall $name="class_sub">>
</$list>
\end

<$wikify name="all_subclasses" text=<<class_sub>> output=html>
<<list-links filter:"[enlist<all_subclasses>listed[is_individual_of]]">>
</$wikify>

Any help on this would be greatly appreciated.

-- 
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/4286c484-e6e6-4d10-9e81-67ca1ff76573%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to