Stephan

Thanks for the help.

I'm not sure where to insert the code from your reply.  
I replaced

<$list filter="$filter$">
<$subtype$>
<$link to={{!!title}}>
<$view field="title" /> </$link> ^^<$view field="tags" template="(t: ) "/> 
^^
</$subtype$>
</$list>

with the code and it was successful in listing the tags in order with 
commas.
Unfortunately, inserting it here seems to have disabled the filter criteria.

When I call the macro as follows:

<<myList-dev filter:"[tag[toDo]!tag[done]]" class:uc-two-columns>>

it lists all the tiddlers.

Steve


On Thursday, October 9, 2014 6:04:30 PM UTC-4, Stephan Hradek wrote:
>
> <dl>
>   <$list filter="[sort[]]">
>     <dt><$link><$view field="title"/></$link></dt>
>     <dd>
>     <$list filter="[is[current]tags[]sort[]butlast[]]">
>       <$view field="title"/>,
>     </$list>
>     <$list filter="[is[current]tags[]sort[]last[]]">
>       <$view field="title"/>
>     </$list>
>     </dd>
>    </$list>
> </dl>
>
>

-- 
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.

Reply via email to