Hi JCG,

The problem is not so much tobibeer/setvars 
<http://tobibeer.github.io/tw5-plugins/#setvars>
as it is TiddlyWiki's way of not allowing duplicate titles in filters.

Try this on TiddlyWiki.com and take a close look at the output:

{{{ 1 0 0 0 0 3 4 8 9 10 }}}

To remedy the situation, what you can do is use the tobibeer/split 
<http://tobibeer.github.io/tw5-plugins/#split> filter like so:

<$setvars foo="[bar[7]]"  _bar="[[1 0 0 0 0 3 4 8 9 10]split[ ]]">
<<foo>>
</$setvars> 

I also left a comment at issue 2027 
<https://github.com/Jermolene/TiddlyWiki5/pull/2027#issuecomment-169466690>, 
which will allow me to update the split filter to properly do:

<$setvars foo="[bar[7]]"  _bar="[[]split:list{Some!!list}]">
<<foo>>
</$setvars>

Best wishes,

Tobias.

-- 
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/28d869f4-bb81-4af9-9a8c-ae5a7029992d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to