Linus,
Use something like this. It's a call to a macro that recursively calls
itself.
\define listChildren(tag)
<$list filter="[tag[$tag$]]">
<!-- Change the following line to display whatever it is you want
to be displayed for each child tiddler-->
<$view field="title"/><br/>
<$macrocall $name="listChildren" tag=<<currentTiddler>> />
</$list>
\end
!Top <!-- The name of the top tiddler (or you could do an [all[current]]
filter -->
<$macrocall $name="listChildren" tag="Top" />
--
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/89913824-5086-41a5-8d89-905970414975%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.