Hi
I would like to develop a macro that lists each tiddler followed by a list
of that tiddlers tags in alphabetical order and preferably comma delimited.
The macro below is a partial solution, but I don't know how to sort the
tags and the template seems to be ignored.
\define myList-dev(filter,type:"ul",subtype:"li", class)
<$type$ class="$class$">
<$list filter="$filter$">
<$subtype$>
<$link to={{!!title}}>
<$view field="title" /> </$link> ^^<$view field="tags" template="(t: ) "/>
^^
</$subtype$>
</$list>
</$type$>
\end
Steve
--
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.
For more options, visit https://groups.google.com/d/optout.