TEI ODD Author Mode Actions
A variety of actions are available for TEI ODD documents that can be found in TEI ODD menu, toolbar, contextual menu, and the Content Completion Assistant.
TEI ODD Toolbar Actions
The following default actions are available on the TEI ODD toolbar when editing in Author mode (by default, they are also available in the TEI ODD menu and some of them are in various submenus of the contextual menu):
Bold
- Changes the style of the selected text to bold by surrounding it
with the
<hi>
tag and setting the@rend
attribute to bold. You can use this action on multiple non-contiguous selections. Italic
- Changes the style of the selected text to italic by surrounding it
with the
<hi>
tag and setting the@rend
attribute to italic. You can use this action on multiple non-contiguous selections. Underline
- Changes the style of the selected text to underline by surrounding
it with the
<hi>
tag and setting the@rend
attribute to ul. You can use this action on multiple non-contiguous selections. Insert Section
- Inserts a new section or subsection, depending on the current context. For example,
if the current context is
div1
, then adiv2
is inserted. By default, this action also inserts a paragraph element as a child node.
TEI ODD Drag/Drop Actions
Dragging a file from the ProjectProject Explorer view and dropping it
into a TEI ODD document that is edited in Author mode, creates a link
to the dragged file (the <ptr>
element with the
@target
attribute) at the drop location.
Note: