Hi,

currently I'm using a start tiddler comme ça, resembling a kind of poor 
man's tag cloud:
 <$list filter="[tags[]!is[system]sort[title]]">    
<$set name="cnt" value="<$count filter=[is[current]tagging[]]/>">    
<$transclude tiddler="$:/core/ui/TagTemplate"/><<cnt>>    
</$set>    
</$list>    

I would like to use <<cnt>> to style the tag pills, e.g.
 <$list filter="[tags[]!is[system]sort[title]]">
<$set name="cnt" value="<$count filter=[is[current]tagging[]]/>">
<span style="font-size:1.<<cnt>>em">
<$transclude tiddler="$:/core/ui/TagTemplate"/>
</span>
</$set>
</$list>

but that doesn't work. Why? What would be the Right Way to do it?

Uwe

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to