Folks,

Has anyone noticed we have the following Operators

   - split (using simple text)
   - splitregexp Operator <https://tiddlywiki.com/#splitregexp%20Operator> 
(using 
   advanced regex)
   
Then we have

   - Join  (using simple text)
   - ??????

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 using the new line character, 
   splitregexp allows to to split based on \n but there is now way to join 
   with \n
   - Eric shared a workaround, but I believe we need to solve this gap. 
   - It would be quite easy to identify a handful of other special 
   characters such as tabs.
   - One thought is a set of macros that contain the special characters, eg 
   <<new-line>> to use with join<new-line>
   - I was surprised I could not find a html entity or special character 
   for new line.


Your thoughts?

Regards
Tony

-- 
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/62a4f69b-0072-4720-a84e-853bbfd2f4ea%40googlegroups.com.

Reply via email to