How can I build a tree that only shows each node once?
Using the code below, if a tiddler is tagged with any of it's parent's
tags, it will apeear multiple times in the tree. I'd like it to appear at
the uppermost level only, once.
```
\define tree(tiddler)
;[[$tiddler$]]
:<$transclude tiddler="My Project" mode=block/>
\end
<$list filter="[<currentTiddler>tagging[]]">
<$macrocall $name=tree tiddler={{!!title}}/>
</$list>
```
I'm thinking I need another macro that will build up the list filter,
adding !title for each tiddler encountered. Is it possible?
--
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/0c29a04a-c9ce-4601-94fb-0f27f3c8c107%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.