>
> I think that the set widget hates me. I adds [[ and ]] around each thing 
> returned by a filter if there are spaces. Title lists are space separated 
> so you get results like 
> [[one two [[three and four]]]] [[bob joe two]] [[eddie one]]
> from using [all[]get[bar]] and it is very frustrating.
>

I have spent hours and hours just testing filters so I can tell you the set 
widget doesn't hate you personally. I get the double brackets too. Try with 
a listwidget instead. 

FYI, I have called attention to the difficulty with this in #2363 
<https://github.com/Jermolene/TiddlyWiki5/issues/2363> (please do comment 
there). I also have a case where I don't know what to do about this. BTW, 
check out the following interesting example with identical filters:

mylist: aa [[bb bb]] cc
text:
<$set name="item" filter="[<currentTiddler>get[mylist]]" > 
<<item>>
</$set>
<br>
<$list variable="item" filter="[<currentTiddler>get[mylist]]" >
<<item>>
</$list> 

...pretty interesting, eh?


<:-)

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e06af978-4278-4aac-8354-b21a6bbb4601%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to