@Tobias,
I had been testing your "split" plugin which does
almost what I needed: exploding a chain of characters extracted from a
data tiddler. But I was worried that the different extracts were de
facto links, appearing as blue italic sequences within my
table.
This morning, going back to your excellent plugins lab, I
realised that your "setvars" plugin could extract tidbits from a long
chain and NOT transform them as links but keep them as plain vanilla words.
<$setvars foo="bar[2,3]" _bar="a b c d e">
<<foo>>
</$setvars>
I prefer that. Except that the splitting character is a space. How can I transform that in order to have some other spliting character, such as "|", "§" or ";" ? The reason is that some of my extract are sentences (with spaces).
I tried to insert "non secable spaces". It work fine, but up to a point, since they prevent automatic line break if the sentence is longer than my cell or the screen of a smartphone ...
Thank you for your time !
Regards,
JCG