OmadaDocumentation

Document Details

Master the rich text editor with formatting tools, view modes, and version control.

The Editor Interface

When you open a document, the center panel displays the rich text editor with a formatting toolbar and your content below. The editor supports real-time collaboration with automatic conflict resolution.

Document Editor

Formatting Options

The toolbar provides access to all formatting features. Select text to reveal the formatting toolbar.

Text Formatting

FormatShortcutDescription
BoldCtrl+BMake text bold
ItalicCtrl+IMake text italic
UnderlineCtrl+UUnderline text
StrikethroughCtrl+Shift+XStrike through text
CodeCtrl+EInline code formatting
Text ColorToolbar buttonChange text color
LinkToolbar buttonAdd hyperlink

Block Types

Change block types using the dropdown in the toolbar or by typing / to open the slash menu:

Block TypeSlash CommandUse Case
Heading 1/h1Document title
Heading 2/h2Major sections
Heading 3/h3Subsections
Bullet List/bulletUnordered list items
Numbered List/numberedOrdered list items
Check List/checkCheckable task items
Quote/quoteIndented quote block
Code Block/codeMulti-line code
Table/tableData tables
Image/imageInsert images
Excalidraw/excalidrawInteractive diagrams

Nesting Blocks

Use the toolbar buttons to nest and unnest blocks:

  • Nest (indent) - Move block deeper into hierarchy
  • Unnest (outdent) - Move block up in hierarchy

AI Features

When AI is enabled, a document AI assistant is available:

  • Inline AI menu - Press Ctrl+J (⌘J on Mac) to open the AI Assistant menu. Pick a preset or type an instruction in the "Ask AI to..." box; the AI's suggestions appear as inline suggestion marks you can accept or reject, and the conversation opens in the AI tab of the right panel.
  • AI tab - The AI tab in the right panel lets you chat about the document — ask questions, request summaries, or draft new content.

View Modes

Control the editor canvas width to match your content type:

ModeWidthBest For
Narrow~768pxFocused writing, notes
Medium~1024pxStandard documents
Wide~1280pxDocuments with tables
Full Width100%Large tables, dashboards
A4 Page210mmPrint-ready documents

To change view mode, click the view mode button in the toolbar and select your preference.

Version Control

Saving Versions

Documents use snapshot-based version control. To save a version:

  1. Click the Save button in the toolbar (or press Ctrl+S)
  2. Enter a commit message describing your changes (optional)
  3. Click Save Version

Each save creates a new version entry in the version history.

Viewing Version History

  1. Open the History tab in the right panel
  2. See all versions listed with timestamps and commit messages

Version Information

FieldDescription
Version NumberSequential identifier (v1, v2, v3...)
Created DateWhen the version was saved
AuthorTeam member who saved the version
MessageCommit message describing changes

Restoring a Previous Version

To roll back to an earlier snapshot:

  1. Open the History tab in the right panel
  2. Find the version you want in the list
  3. Click Restore on that version to make it the current content

You can also open the same list from the floating toolbar's More actions (…) menu via Version history. There are no undo/redo version-stepping arrows — you always restore a specific version directly.

Discarding Unsaved Changes

If you have unsaved changes you want to discard:

  1. Click the Discard button in the toolbar (appears when you have unsaved changes)
  2. Confirm the action

Your document reverts to the most recently saved version.

Outline

The Outline tab in the right panel shows an automatically generated table of contents built from the document's headings. Click any heading in the outline to jump straight to that section — handy for navigating long documents.

Exporting a Document

Editor documents can be exported to other formats:

  1. Click the More actions (…) menu in the floating toolbar
  2. Hover Export as...
  3. Choose a format:
FormatFile type
Markdown.md
Word.docx
HTML.html

The exported file downloads to your device.

Multi-Tab Editing

Open multiple documents simultaneously in separate tabs:

  • Click any document in the file tree to open it in a new tab
  • Switch between tabs by clicking them
  • Close tabs with the X button
  • An asterisk (*) indicates unsaved changes

Draft Persistence

Your work is protected by automatic draft saving:

  • Unsaved changes are saved to your browser every second
  • Drafts persist across browser sessions
  • Reopening a document restores your unsaved work
  • Drafts are cleared when you save or discard changes

Next Steps