JATS Author Mode Actions
A variety of actions are available for JATS documents that can be found in JATS menu, toolbar, contextual menu, and the Content Completion Assistant.
JATS Toolbar Actions
The following default actions are available on the JATS toolbar when editing in Author mode (by default, they are also available in the JATS menu and in various submenus of the contextual menu):
- Paragraph Level Drop-Down Menu
-
- Insert Paragraph
- Insert a new paragraph element at current cursor position.
- Insert Unordered List
- Inserts an unordered list at the cursor position. A child list item is also automatically inserted by default. You can also use this action to convert selected paragraphs or other types of lists to an unordered list.
- Insert Ordered List
- Inserts an ordered list at the cursor position. A child list item is also automatically inserted by default. You can also use this action to convert selected paragraphs or other types of lists to an ordered list.
- Boxed Text
- Inserts or wraps content in a box with a shaded background.
- Code
- Inserts or wraps content in a
<code>
element. - Display Quote
- Inserts or wraps content in a
<disp-quote>
element. - Figure
- Inserts a
<fig>
element with a<title>
(inside a<caption>
element). This action opens a dialog box that allows you to enter the text for the title for the figure. - Graphic Figure
- Inserts a
<fig>
element with a<title>
(inside a<caption>
element), and a<graphic>
element. A dialog box is displayed that allows you to enter the title for the figure, followed by a dialog box that allows you to select the URL of the graphic to be inserted.
- Bold
- Surrounds the selected text with a
<bold>
tag. You can use this action on multiple non-contiguous selections. - Italic
- Surrounds the selected text with an
<italic>
tag. You can use this action on multiple non-contiguous selections. - Underline
- Surrounds the selected text with an
<underline>
tag. You can use this action on multiple non-contiguous selections. - Monospace
- Inserts or wraps content with a
<monospace>
element. - Insert Table
- Opens a dialog box that allows you to configure and insert a table. You can generate a
header and footer, set the number of rows and columns of the table and decide how the
table is framed. You can also use this action to convert selected paragraphs, lists, and
inline content (mixed content, text plus markup, that is rendered inside a block element) into a table,
with the selected content inserted in the first column, starting from the first row
after the header (if a header is inserted).Note: If the selection contains a mixture of elements that cannot be converted, you will receive an error message saying that Only lists, paragraphs, or inline content can be converted to tables.
- Insert Row
- Inserts a new table row with empty cells below the current row. This action is available when the cursor is positioned inside a table.
- Delete Row(s)
- Deletes the table row located at the cursor position or multiple rows in a selection.
- Insert Column
- Inserts a new table column with empty cells after the current column. This action is available when the cursor is positioned inside a table.
- Delete Column(s)
- Deletes the table column located at the cursor position or multiple columns in a selection.
- Join Cells
- Joins the content of the selected cells (both horizontally and vertically).
- Split Cell
- Splits the cell at the cursor location. If Oxygen XML Author Eclipse plugin detects more than one option to split the cell, a dialog box will be displayed that allows you to select the number of rows or columns to split the cell into.
- Insert Image
- Inserts an image reference at the cursor position. Depending on the current location, an image-type element is inserted.
- Insert List Item
- Inserts a list item in the current list type.
- Insert MathML
- Opens the XML Fragment Editor that allows you to insert and edit MathML notations.
- Subscript
- Surrounds the selected text with a subscript tag, used for inserting a character (number, letter, or symbol) that will appear slightly below the baseline and slightly smaller than the rest of the text.
- Superscript
- Surrounds the selected text with a superscript tag, used for inserting a character (number, letter, or symbol) that will appear slightly above the baseline and slightly smaller than the rest of the text.
JATS Drag/Drop Actions
Dragging a file from the Project Explorer view and
dropping it into a JATS document that is edited in Author mode,
creates a link to the dragged file (the <ext-link>
element with the
@xlink:href
attribute) at the drop location. Dragging an image file from
the default file system application (Windows Explorer on Windows or Finder on macOS, for
example) and dropping it into a JATS document inserts an image element (the
<inline-graphic>
element with the @xlink:href
attribute) at the drop location, similar to the Insert Image toolbar
action.