You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly one of the most powerful things you can currently do with JS and not Incept is string replacement, especially with Regex. (Tho I'd probably expect Incept to use .NET's regex flavor and not JS's)
An example from my current project, where I bold everything before the first colon on each line and double the line spacing at hard line breaks, as well as convert from '\n' in the spreadsheet to for the formatted text:
Possibly one of the most powerful things you can currently do with JS and not Incept is string replacement, especially with Regex. (Tho I'd probably expect Incept to use .NET's regex flavor and not JS's)
An example from my current project, where I bold everything before the first colon on each line and double the line spacing at hard line breaks, as well as convert from '\n' in the spreadsheet to
for the formatted text:
I'd be willing to help implement this but I don't really want to give myself the responsibility of deciding on the syntax.
The text was updated successfully, but these errors were encountered: