Editor
3 Editor Modes
Code
Plain text / source code view (CodeMirror). Ideal for code and text editing. Syntax highlighting support.
Preview
Rendered Markdown view. Ideal for reading documents. See your writing rendered instantly.
Visual
WYSIWYG editing (ProseMirror). No Markdown knowledge needed. Edit like Word. Perfect for non-engineers.
Image Paste
Ctrl+V to paste clipboard screenshots directly. Great for creating documents with visual evidence. Complete your documentation workflow online — no need for Excel or Word.
Keyboard Shortcuts
Familiar shortcuts from VS Code and local editors work out of the box.
| Shortcut | Action |
|---|---|
Ctrl+S | Instant save (Git commit) |
Ctrl+B | Toggle sidebar |
Ctrl+H | Focus Mode (hide UI elements to concentrate) |
Ctrl+Z / Ctrl+Y | Undo / Redo |
Ctrl+L | Select line |
Ctrl+Home / End | Jump to start / end of file |
Alt+Z | Toggle word wrap |