Action
Remove “===“ markers
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
Items available in the Drafts Directory are uploaded by community members. Use appropriate caution reviewing downloaded items before use.