The Author mode includes a large variety of user-friendly authoring features to help you work with XML content, including numerous toolbar, menu, and shortcut actions and some specialized content editing features.
The typical undo and redo actions are available with shortcuts or in the Edit menu:
The typical copying and pasting actions are available with shortcuts or in the contextual menu (or the Edit menu):
Cut (Ctrl + X (Command + X on
macOS))
Copy (Ctrl + C (Command + C on
macOS))Places a copy of the currently selected content in the clipboard.
The clipboard contains the precise node structure that is preserved when pasting to another place within the same document or to another document opened in the Author mode. The copied content also contains a plain Text flavor that attempts to convert the copied content to Markdown when the content gets pasted into a plain text area and also an HTML flavor that attempts to convert the copied structure to plain HTML, which can be useful for preserving the styles when pasting into editors such as MS Word.
Paste (Ctrl + V (Command + V on
macOS))By default, you can only enter text in elements that accept text content. If the element is declared as empty or element only in the associated schema, you are not allowed to insert text in it. Instead, a warning message is displayed.
To allow text to be inserted in these instances, go to the Schema-Aware preferences page and deselect the Reject action when its result is invalid option in the Typing actions section.
You can use the options in the
Tags Display Mode
drop-down menu (available on the toolbar) to control how tags are displayed in
Author mode. This can help you to clearly see where the current
cursor position is within the tag structure so that you can avoid making unintended
modifications to the XML markup. You can also switch to the Grid
editing mode to modify text content without affecting the XML tags.