The insertShow command can be used to insert a new show element into a document. A show element is a line intended for display only and will not be saved when the document is saved.
insertShow [ text ]
text | The text parameter specifies the text for the new show element. |
The status parameter is not affected by this command.
The new element is inserted after the current element. If you need to insert an element at the top of the document you will need to use the add command. If you want to insert a regular element (not a show element), use the insert command.
insertShow This is a show element.
add command
insert command
text parameter
show parameter
Default editor commands