Skip to content

Editor

Orimora uses a TipTap-based rich-text editor. Content is stored as structured JSON and can be exported as Markdown. This guide covers everyday writing — not admin or API topics.

Click any document in the sidebar or create one with New document in a collection. The editor opens in the main content area.

On mobile, the formatting toolbar sticks to the top of the screen so it stays visible when the keyboard opens.

The toolbar above the editor provides quick access to:

  • Headings (H1–H3 in the main bar; H4–H6 via slash menu)
  • Bold, italic, inline code, links
  • Lists — bullet, numbered, task/checklist
  • Callouts — info, warning, danger, success, note
  • Code block, table, horizontal rule
  • Undo / redo

Select text to open the bubble menu with formatting actions and Add comment (see Collaboration).

Type / anywhere in the document to open the command palette. Filter by typing (e.g. /table, /mermaid).

Requires a configured LLM provider — see AI assistant.

CommandPurpose
Ask AIFree-form prompt at cursor
SummarizeShort summary of the document
Improve writingClarity and structure pass
TranslateSpecify target language in prompt
Continue writingContinue from end of text
Generate imageAI image from description
CommandInserts
Heading 1–6Section headings
ParagraphNormal text
Bullet / Numbered / Task listLists
QuoteBlockquote
DividerHorizontal rule
CommandStyle
InfoBlue information box
WarningYellow caution
DangerRed critical
SuccessGreen confirmation
NoteNeutral remark
CommandPurpose
Code blockSyntax-highlighted code
Table3×3 table with header row
FootnoteNumbered footnote reference
ImageUpload or embed
EmbedYouTube, Vimeo, or Figma URL
Mermaid diagramFlowchart, sequence, Gantt, etc.
Inline mathLaTeX between $…$ (KaTeX)
Block mathDisplayed equation (KaTeX)

The meta bar above the editor opens side panels:

PanelPurpose
ContentsTable of contents from headings
HistoryRevision snapshots — compare and restore
BacklinksDocuments linking here
CommentsThreaded discussion on selections

Revision history saves automatically as you edit. Click a version to compare; restore if needed.

ActionMacWindows/Linux
BoldCmd+BCtrl+B
ItalicCmd+ICtrl+I
UndoCmd+ZCtrl+Z
AI panelCmd+Shift+KCtrl+Shift+K
Command palette (search)Cmd+KCtrl+K
  • H4–H6 do not appear in the table of contents or main toolbar — use slash commands.
  • Mermaid blocks render live; edit the diagram source inside the block.
  • Images upload to team storage; large files count toward storage quota.
  • For automation outside the editor, use the REST API or MCP.