Hi Dave,

The each Operator <http://tiddlywiki.com/#each%20Operator> is your friend.

So, try: 

<$list filter="[each[uptopic]get[uptopic]sort[]]" variable="topic">
<b><$text text=<<topic>>/></b><br>
<$list filter="[uptopic<topic>]">
<span class="indent1"><$link><$view field="title"/></$link><br></span>
</$list>
</$list>

I perfer *Definition Lists *for this type of thing...

<dl>
<$list filter="[each[uptopic]get[uptopic]sort[]]" variable="value">
<dt><$text text=<<value>>/></dt>
<$list filter="[uptopic<value>]">
<dd><$link><$view field="title"/></$link></dd>
</$list>
</$list>
</dl>


Best wishes,

Tobias.

-- 
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/ed6cc0d7-61aa-4874-bb92-fa8fcf43340a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to