Paragraph
The default block type. Start typing to add a paragraph. Paragraphs support inline formatting:| Format | Shortcut (macOS) | Shortcut (Win/Linux) | Markdown shortcut |
|---|---|---|---|
| Bold | Cmd+B | Ctrl+B | **text** |
| Italic | Cmd+I | Ctrl+I | *text* |
| Link | Cmd+K | Ctrl+K | — |
Headings
Headings create the structure of your document. clarife supports three levels:| Level | Usage | Markdown shortcut |
|---|---|---|
| H1 | Main section title | # at line start |
| H2 | Subsection | ## at line start |
| H3 | Sub-subsection | ### at line start |
#, ##, or ### followed by a space at the beginning of a new block to auto-convert it to a heading.
Headings are used by the presentation export to automatically split your document into slides. Each H1 or H2 starts a new slide.
Bullet List
Create unordered lists for non-sequential items. Type- or * followed by a space at the start of a block to begin a bullet list. Press Enter to add the next item. Press Enter on an empty item to exit the list.
Example output:
- First point
- Second point
- Third point
Ordered List
Create numbered lists for sequential steps. Type1. followed by a space to begin an ordered list. Numbering increments automatically.
Example output:
- Open the app
- Click New Document
- Start writing
Blockquote
Use blockquotes to highlight important notes, tips, or warnings. A blockquote renders as indented text with a colored left border. To create a blockquote, click + and select Blockquote, or type> followed by a space at the start of a block.
Divider
A horizontal line that visually separates sections of your document. Click + and select Divider to insert one. Dividers contain no editable content — they are purely visual separators. Dividers are useful for:- Separating major sections when you do not want another heading
- Creating visual breathing room between dense content
- Breaking up long tutorials into digestible parts
Text Block Tips
Use headings for structure
Start each major section with an H1 or H2. This helps readers scan the document and enables automatic slide splitting in presentation exports.
Keep paragraphs short
Aim for 2-4 sentences per paragraph. In tutorials, shorter paragraphs are easier to follow alongside screenshots.
Can I nest lists inside other lists?
Can I nest lists inside other lists?
Nested (indented) lists are not currently supported. Use separate list blocks or combine items in a single list level.
Can I change a paragraph to a heading after typing?
Can I change a paragraph to a heading after typing?
Yes. Select the block and change its type via the block menu. You can also clear the text, type
## at the beginning, and the block will convert.Is there a character limit for text blocks?
Is there a character limit for text blocks?
There is no enforced character limit per block. However, extremely long paragraphs (10,000+ characters) may slow down rendering.
Can I add images inline within text?
Can I add images inline within text?
No. Images are separate screenshot blocks. Place a screenshot block between text blocks to interleave images and text.