[tw5] Re: Streams Plugin - Splitting text

2021-06-26 Thread Saq Imtiaz
Hi Steve, trying using just split instead of /split/gi Under the covers, the value provided is being used as an operand to the filter operator splitregexp: https://tiddlywiki.com/#splitregexp%20Operator Hopefully this will help you better formulate your regular expression. I'll add some disambi

[tw5] Re: Streams Plugin - Splitting text

2021-06-26 Thread SteveH
Hi again, I've changed the settings to try using a word per: Regular expression used to split text : /split/gi - unfortunately can't get this to work. Regards hsteve On Saturday, 26 June 2021 at 7:56:21 am UTC+10 SteveH wrote: > Thank you Saq and Si for your help. Much appreciated. > > On

[tw5] Re: Streams Plugin - Splitting text

2021-06-25 Thread SteveH
Thank you Saq and Si for your help. Much appreciated. On Friday, 25 June 2021 at 10:47:21 pm UTC+10 Si wrote: > Hi hsteve. There are two ways to split text: > > 1. If you are editing a node and press enter, the stream will be split at > the location of the caret/curser. > 2. If you are editing a

[tw5] Re: Streams Plugin - Splitting text

2021-06-25 Thread Si
Hi hsteve. There are two ways to split text: 1. If you are editing a node and press enter, the stream will be split at the location of the caret/curser. 2. If you are editing a node and press alt+enter, the text will be split at every place there is a new line. Note that /n/n is a regular expre

[tw5] Re: Streams Plugin - Splitting text

2021-06-25 Thread Saq Imtiaz
- \n\n is a regular expression, so in text that corresponds to two line breaks. - Splitting a longer tiddler is triggered by alt+enter (unless you have changed the keyboard shorcuts) On Friday, June 25, 2021 at 1:27:04 PM UTC+2 SteveH wrote: > > Hi, > > A basic question relating to text splitti

[tw5] Re: Streams Plugin - Splitting text

2021-06-25 Thread SteveH
*(sorry I tried \n\n per the plugin - didn't work.) On Friday, 25 June 2021 at 9:27:04 pm UTC+10 SteveH wrote: > > Hi, > > A basic question relating to text splitting within a single long text > tiddler. > > The plugin settings show > >- Regular expression used to split text = /n/n >- S