Hi,

The introduction of a filter param in the set widget in 5.1.5 gives the 
opportunity to increase the performance by reducing calculations in 
situations like this:

<$set name="myVariable" filter="[tag[myTag]]">

    <$count filter=<<myVariable>> />

    <$list filter=<<myVariable>> />

</$set>

But, as far as I know, it doesn’t allow to manipulate the tiddlers' list 
inside the variable. For instance, this doesn't work:

<$list filter="[<myVariable>sort[title]]" />

nor this:

<$set name="myVariable" filter="[tag[myTag]]">

    <$list filter="[<myVariable>each[somefield]]"> >

        <$view field="somefield"/>

        <$list filter="[<myVariable>somefield[!!somefield]]" />

    </$list>

</$set>

Is there a way to do something like that?

Alberto

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