On Friday, April 16, 2021 at 8:28:56 AM UTC-7 jn.pierr...@gmail.com wrote:

> But I can't add a newline character because there is no way I can code it 
> that I am aware.
> So if you know how to summon newlines, please enlight me!
>

Assign a literal newline to a variable.  Then you can add the variable to 
your text by using addsuffix<newline> within the filter syntax.
<$vars newline="
">
<$set name="output" filter="[*...some filter operators...*
addsuffix<newline>]">
...
</$set>
</$vars>

-e

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e5558c60-3b03-4b57-86ec-c88100a4d298n%40googlegroups.com.

Reply via email to