No problem

Am Donnerstag, 16. Oktober 2014 10:21:17 UTC+2 schrieb [email protected]:
>
> Thank you Stephan,
>
> Silly me ! It work as you have corrected it!
>
> But (for me not to stay too stupid) I have 3 questions :
> 1/ why the two exclamation marks before the field {choicer}?
>
Because that's the Syntax for text references: *Tiddlername**!!**Fieldname*. 
As you want the field of the current tiddler, the Tiddlername part can be 
empty.
 

> 2/ why not use the variable <choicer>?
>
Because a field is not a variable. You need to set the variable for this to 
work:

<$set name="choice" value={{!!choicer}}>
<$list filter="[tag<choice>!sort[modified]limit[6]]">
</$set>
 

> 3/ why take out the "+" sign before sort[...] ?
>
Because it's not required in this case.

You currently used something of this pattern: *Filterexpression* *+*
*MoreFilterExpression*
 
This is useful when you want to sum up some Filterexpressions like 
"[tag[A]] [tag[B]]", meaning to find all filters which have tag A or tag B. 
If you then want to sort them, the "+"-Syntax must be used.

Since you just have one filter Expression you can put the sort directly in. 

Does this clarify your questions? 

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