Posted by agiletortoise,
Last update
7 days ago
Remove all occurrences of “===“ in the editor text. Useful to remove markers from extended dictation session texts.
Steps
-
script
// remove === from text in editor let s = editor.getText(); editor.setText(s.replace(/===/g, " "));
Options
-
After Success Default Notification Error Log Level Error
Comments
Actions available in the Action Directory are uploaded by community members. Use appropriate caution reviewing downloaded actions before use.