Returns the value of the text within a given range in the input.
text in range (click the input to execute):
Gets the text that is currently selected.
selected text (select some text to execute):
Gets the range that is selected.
getSelectedRange: (select some text to execute)
Selects a range of text.
selectRange (click to execute; this example passes in an array [2,5]):
Insert text at the cursor location.
insertAtCursor (click anywhere to insert the example):
Wraps text with the given strings.
insertAroundCursor (select some text or click anywhere to insert "<" and ">" around the text, test multiple lines):