Clave Docs
Features

Rich Editing

Format your documents with headings, lists, embeds, slash commands, and AI writing tools.

Clave documents use a block-based rich text editor. Every piece of content — a paragraph, a heading, a table — is a block that you can format, rearrange, and transform.

Text formatting

Select any text to reveal the formatting toolbar. From there you can apply:

  • Bold (Cmd/Ctrl+B)
  • Italic (Cmd/Ctrl+I)
  • Strikethrough
  • Inline code
  • Links (Cmd/Ctrl+K)
  • Text color and highlight

Slash commands

Type / anywhere in the editor to open the slash command menu. Start typing to filter by name. Press Enter or click an item to insert it.

AI

CommandWhat it does
AI: Continue writingAI continues writing from where you left off
AI: Summarize aboveAI summarizes the content above the cursor
AI: Write from prompt...Opens a prompt field — AI writes based on your instructions
AI: Improve writingAI rewrites the current block with better clarity and flow
AI: Translate...Translates the document content to another language
AI: Dictate with voiceStarts voice dictation — speak to insert text

Basic blocks

CommandShortcutDescription
TextPlain paragraph
Heading 1# Large section heading
Heading 2## Medium section heading
Heading 3### Small section heading
Bulleted list- Unordered list
Numbered list1. Ordered list
To-do list[]Checkbox list for tasks
ToggleCollapsible block
Code Block```Syntax-highlighted code block
TableInsert a table
Blockquote> Indented quote block
CalloutHighlighted note block with icon

Media

CommandDescription
ImageUpload an image from your computer
VideoUpload a video file
Video EmbedEmbed a video from a URL (YouTube, Vimeo, etc.)
GIFSearch and insert an animated GIF

Advanced blocks

CommandDescription
Table of contentsAuto-generated list of headings in the document
2 columnsSplit content into two side-by-side columns
3 columnsSplit content into three side-by-side columns
EquationInsert a math equation block (LaTeX)
ExcalidrawEmbed a mini whiteboard canvas inline
Code DrawingInsert a code-based diagram (Mermaid, PlantUML, Graphviz)

Inline elements

CommandDescription
Mention (@)Mention a workspace member, document, or whiteboard
DateInsert a formatted date
Inline EquationInsert a math expression inline in text

Tables

Insert a table using /Table. Once inserted:

  • Click a cell to edit its content.
  • Hover over a row or column header to reveal insert/delete options.
  • Drag rows or columns to reorder them.

Code blocks

Insert a code block using /Code Block or by typing three backticks (```). Select a language from the dropdown in the block header for syntax highlighting.

Callout blocks

Callout blocks draw attention to important information. Insert one with /Callout. Click the icon on the left to change the callout's emoji.

Toggle blocks

Toggle blocks hide their content behind a clickable heading. Use them for FAQs, step-by-step instructions, or supplementary details. Insert with /Toggle.

Drag and drop

Every block has a drag handle on the left side (visible on hover). Drag it to reorder blocks within the document.

Inline AI (Cmd+I)

With text selected, press Cmd+I (Mac) or Ctrl+I (Windows/Linux) to open the inline AI menu. Choose from actions like rewrite, shorten, expand, or summarize the selected text.

See Inline AI for more detail.

On this page