[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-04 Thread PMario
On Thursday, June 4, 2020 at 11:22:05 AM UTC+2, PMario wrote: > > Hi, > I did create a new issue. > -mario > + link :) https://github.com/Jermolene/TiddlyWiki5/issues/4697 -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from

[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-04 Thread PMario
Hi, I did create a new issue. -mario -- 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

[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-03 Thread TonyM
Mario, Will you or I raise that Issue? Another approach would be a set of macros that return the value. However your approach makes more sense I would like to see the ability to do this more generally. I am surprised it cant seem to be achieved with html entities, ASCII or other fonts. Or

[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-03 Thread PMario
Hi, IMO should be a github feature request. -mario -- 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

[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-03 Thread PMario
Hi, It should be possible to create something like: join:special[\n\t\] which would make it much easier. -m -- 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

[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-03 Thread PMario
On Wednesday, June 3, 2020 at 2:34:11 AM UTC+2, TonyM wrote: > The missing piece here is how do we insert or replace non simple text?, in > many cases you can use a macro to define what to join with but only if you > can represent it as wikitext. > > >- The key example is one cant join

[tw5] Re: Text and String Manipulation - the missing join options?

2020-06-03 Thread PMario
Hi, On Wednesday, June 3, 2020 at 2:34:11 AM UTC+2, TonyM wrote: > > Folks, > > Has anyone noticed we have the following Operators > >- split (using simple text) >- splitregexp Operator > (using >advanced regex) > > Then we have