Hmmm....

That isn't what I expected either

If I go to Tiddlywiki.com and put this in a tiddler

<$list filter="[list[]]">

 

</$list>


and give it a 'list' field 'A B A C' - not only is the second A not 
rendered, but when the edit is saved, it gets removed from the list 
altogether.

And also... it seems to me like the list filter operator (which I haven't 
really used before now) doesn't work as expected in another way.

If I change my list field to "A B C Acknowledgements" and then do this;

<$list filter="[tag[About]] +[list[]]">
>
 

</$list>


I would expect to get all the tiddlers with the tag 'About' WHICH ARE ALSO 
in the list, ie; just 'Acknowledgements', but I get the full list from the 
field.

On the other hand if I negate the list operator

<$list filter="[tag[About]] +[!list[]]">
>
 

</$list>


I get what I would expect, which is all the tiddlers with the tag 'About' 
which AREN'T in the list.

This is confusing, but at least I've found something I can help to document 
(once I understand what's going on myself!)

Regards,
Richard

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