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.
Opening a document
Section titled “Opening a document”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.
Toolbar
Section titled “Toolbar”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).
Slash commands
Section titled “Slash commands”Type / anywhere in the document to open the command palette. Filter by typing (e.g. /table, /mermaid).
AI commands
Section titled “AI commands”Requires a configured LLM provider — see AI assistant.
| Command | Purpose |
|---|---|
| Ask AI | Free-form prompt at cursor |
| Summarize | Short summary of the document |
| Improve writing | Clarity and structure pass |
| Translate | Specify target language in prompt |
| Continue writing | Continue from end of text |
| Generate image | AI image from description |
Structure & text
Section titled “Structure & text”| Command | Inserts |
|---|---|
| Heading 1–6 | Section headings |
| Paragraph | Normal text |
| Bullet / Numbered / Task list | Lists |
| Quote | Blockquote |
| Divider | Horizontal rule |
Callouts
Section titled “Callouts”| Command | Style |
|---|---|
| Info | Blue information box |
| Warning | Yellow caution |
| Danger | Red critical |
| Success | Green confirmation |
| Note | Neutral remark |
Rich blocks
Section titled “Rich blocks”| Command | Purpose |
|---|---|
| Code block | Syntax-highlighted code |
| Table | 3×3 table with header row |
| Footnote | Numbered footnote reference |
| Image | Upload or embed |
| Embed | YouTube, Vimeo, or Figma URL |
| Mermaid diagram | Flowchart, sequence, Gantt, etc. |
| Inline math | LaTeX between $…$ (KaTeX) |
| Block math | Displayed equation (KaTeX) |
Document panels
Section titled “Document panels”The meta bar above the editor opens side panels:
| Panel | Purpose |
|---|---|
| Contents | Table of contents from headings |
| History | Revision snapshots — compare and restore |
| Backlinks | Documents linking here |
| Comments | Threaded discussion on selections |
Revision history saves automatically as you edit. Click a version to compare; restore if needed.
Keyboard shortcuts
Section titled “Keyboard shortcuts”| Action | Mac | Windows/Linux |
|---|---|---|
| Bold | Cmd+B | Ctrl+B |
| Italic | Cmd+I | Ctrl+I |
| Undo | Cmd+Z | Ctrl+Z |
| AI panel | Cmd+Shift+K | Ctrl+Shift+K |
| Command palette (search) | Cmd+K | Ctrl+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.
See also
Section titled “See also”- AI assistant — toolbar AI panel and selection bubble
- Collaboration — real-time editing and comments
- Export — Markdown, JSON, ZIP, PDF