Possibly, you can use the SetWidgets "select" attribute or if that doesn't 
work, try with WikifyWidget:

<$set name="category-var" filter="..." select=0>
<$list ...>
<<category-var>>
</$list> 
</$set>

if that doesn't work, exchange the $set widget for:

<$wikify name="category-var" text={{{ thefilter }}} >
...


The WikifyWidget is costly for the system so it is preferred with SetWidget 
when 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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8cb03e2d-a4b0-43f6-bf95-9a9e80e70666o%40googlegroups.com.

Reply via email to