Tony K, I have not seen an answer to your second question, however I too would be keen to know, I wonder if we can use a html or css entity for new line?
Or ascii or something. LF 10 line feed CR 13 carriage return Tony On Sunday, 17 May 2020 14:14:05 UTC+10, Tony K wrote: > > oh thank you Mark, I should have asked days ago > > a follow-up question please, is there a way to "add" '\n' that is not > using <br /> > > i.e in TWCrosslinks when then entry is added to the input box the plugins > appends it to a tiddler, for now I am using <br /> which, visually, doesn't > look so good if you open the tiddler. > > thank you > > On Sunday, May 17, 2020 at 12:11:10 AM UTC+3, Mark S. wrote: >> >> You can use the splitregexp operator. Here's an example that works on >> TiddlyWiki.com: >> >> <$list filter="[[HelloThere]get[text]splitregexp[\n]!is[blank]nth[3]]"> >> <$text text=<<currentTiddler>>/><br/> >> </$list> >> >> >> >> On Saturday, May 16, 2020 at 1:38:03 PM UTC-7, Tony K wrote: >>> >>> I'm unable to find the delimiter equivalent to \n in TW5 >>> >>> Assuming I have a tiddler and I want to parse it line by line. Is it >>> doable? >>> >>> Thanks >>> >>> -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/c6d18b3d-4991-458d-829e-677ed6627f35%40googlegroups.com.

