The insertText command can be used to insert text at the current cursor position.
insertText text
text | The text specified with the text parameter will be inserted into the document at the current cursor position. |
The status parameter is not affected by this command.
If the text passed to the insertText command contains new line characters ('\n'), new lines will be inserted into the document.
insertText hello
deleteText command
replaceText command
text parameter
Default editor commands