The Sheet editor (spreadsheets) and Presentation editor (decks) have their own interfaces. This page covers the Document and Contract editor only.
Slash commands
Type/ anywhere in the editor to open the command palette. Start typing to filter the list and press Enter or click to insert a block.
Common slash commands include headings, bullet lists, tables, code blocks, callouts, images, videos, math, drawings, and AI generation.
Formatting
Text formatting
Text formatting
Use the floating toolbar that appears when you select text, or keyboard shortcuts:
Highlight text and use the color picker in the toolbar to set text color or background highlight.
| Format | Shortcut |
|---|---|
| Bold | Ctrl+B / Cmd+B |
| Italic | Ctrl+I / Cmd+I |
| Underline | Ctrl+U / Cmd+U |
| — | |
Inline code | Ctrl+E / Cmd+E |
| Link | Ctrl+K / Cmd+K |
Headings
Headings
Type
/h1, /h2, or /h3 from the slash menu, or use Markdown shortcuts:#(space after hash) → Heading 1##→ Heading 2###→ Heading 3
Lists
Lists
- Bullet list — type
-or/bullet - Numbered list — type
1.or/numbered - Todo list — type
/todoto add checkboxes - Toggle list — type
/toggleto create collapsible items
Tab to indent a list item and create nested levels.Tables
Tables
Insert a table with
/table. Use the table toolbar that appears on hover to add or remove rows and columns, merge cells, or delete the table. Navigation works with Tab to move forward and Shift+Tab to move back.Code blocks
Code blocks
Insert with
/code. Select the language from the dropdown at the top of the block for syntax highlighting. Supports most common programming and markup languages.Callouts
Callouts
Insert with
/callout. Callout blocks stand out visually and support an icon and background color. Use them for notes, warnings, or tips inside your documents.Table of contents
Table of contents
Insert with
/toc. Docsiv automatically generates a linked outline from all headings in the document and updates it as you write.Media and embeds
- Images
- Video
- Drawings
- Math
- Other
Insert an image with
/image. You can:- Upload a file from your computer
- Paste an image URL
AI features
Inline AI editing
Inline AI editing
Select any text in the document, then click the AI button that appears in the floating toolbar. From there you can:
- Improve writing — rewrite the selection for clarity and tone
- Make shorter or Make longer
- Fix grammar
- Continue writing — extend the selection in the same voice
AI generation from slash command
AI generation from slash command
Type
/ai in the editor to open the AI generation prompt. Describe what you want — a section, a paragraph, a table — and press Enter. The generated content is inserted at the cursor position.Comments and suggestions
Adding a comment
Adding a comment
Select text and click the comment icon in the floating toolbar, or press
Ctrl+Alt+M / Cmd+Option+M. Type your comment and press Enter to save. Comments appear in the margin and are visible to all collaborators with at least Comment access.Suggestions (tracked changes)
Suggestions (tracked changes)
Collaborators with Commenter access can suggest edits rather than making direct changes. Suggestions appear highlighted in the document. As the document owner, you can accept or reject each suggestion from the suggestion panel.
Resolving comments
Resolving comments
Click the checkmark on any comment thread to mark it as resolved. Resolved comments are hidden by default but can be viewed by toggling Show resolved in the comments panel.
Mentions
Type@ to mention a workspace member or a client. Mentions create a notification for the person mentioned.
Draggable blocks
Every block in the editor has a drag handle (⠿) that appears on hover at the left edge. Drag it to reorder blocks anywhere in the document.Version history
Open the more options menu (⋯) in the editor toolbar and choose Doc history. Docsiv shows a timestamped list of saved versions. Click Restore next to any version to roll the document back to that point.Versions are created automatically as you edit. You do not need to manually save snapshots.
Exporting
Open the more options menu (⋯) and choose Print & export to access:- PDF — exports a rendered PDF of the document
- DOCX — exports a Microsoft Word file
- Markdown — exports the document as plain Markdown text
- Print — opens the browser print dialog
Keyboard shortcuts reference
| Action | Shortcut |
|---|---|
| Bold | Ctrl+B / Cmd+B |
| Italic | Ctrl+I / Cmd+I |
| Underline | Ctrl+U / Cmd+U |
| Inline code | Ctrl+E / Cmd+E |
| Link | Ctrl+K / Cmd+K |
| Add comment | Ctrl+Alt+M / Cmd+Option+M |
| Slash command | / |
| Undo | Ctrl+Z / Cmd+Z |
| Redo | Ctrl+Shift+Z / Cmd+Shift+Z |