Ciao Mohammad It would be really good to have all four of the "scope" flag combinations ...
-- (no scope flag; scope anchors = start and end of field; first match) -- g (scope anchors = start and end of field; repeat match) -- m (scope anchors = start and end of line; first match) -- gm (scope anchors= start and end of line; repeat match) I'll write a second note on the other JS flags soon. Many thanks! Josiah On Tuesday, 7 January 2020 08:50:10 UTC+1, Mohammad wrote: > > Hi Josiah, > > I am starting to implement your proposed configuration! > Please lets me know more details! > > > - mg is implemented > - m OR g has been implemented > > Do we need the first match? > Any other flags useful here? > > I also try to make the interface simple! Newbies should be able to perform > SnR! > > --Mohammad > > On Thursday, January 2, 2020 at 6:05:06 PM UTC+3:30, TiddlyTweeter wrote: >> >> I appreciate your comments contribution. I hope I can receive your >>> feedback on Commander features and if there are other features in your wish >>> list. >>> >> >> One of the things in TW Commander is Regular Expression support in a raw >> form that is extremely powerful and useful ... >> I have three related requests ... >> >> (1) that it supports "mg" flags simultaneously for regex; at the moment >> it can run in "m" or "g", but "mg" flags combined is best (pass most >> flexibility to the JS Engine). >> >> >> (2) an issue with applying regex widely in TW is "recovering" if you >> make a mistake! >> >> So integration of UN-delete type functions (Trash-Bin) is a very >> good idea! >> >> >> (3) I'm not sure if its possible in Commander, but the downside of >> applying changes on a selection list of Tiddlers is danger of getting it >> wrong. >> >> I wonder if we could have a "step-through"? Meaning >> something like you change the first one. Then look at it to check & >> confirm. >> Then the next, and so on, till you are happy. >> Then click "Change ALL". >> (In my mind is search-and-replace in word-processors >> which lets you SEE a result before you confirm it) >> >> TW Commander is a brilliant work. The architecture of it nicely modular. >> >> Best wishes >> Josiah >> >> >> >> -- 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/2e180904-231e-43c6-8fe0-da816fd64bb7%40googlegroups.com.

