Edit in Preview
Edit in Preview lets you double-click any block in the rendered preview to edit its raw markdown inline, without switching to the editor pane. This is useful for making quick fixes to specific sections while reading through your document.
Enabling Edit in Preview
This feature is enabled by default. You can toggle it in Settings > Preview > Edit in preview.
How It Works
- Switch to Split or Preview mode so the rendered preview is visible
- Double-click any rendered block (paragraph, heading, list, code block, table, etc.)
- The block is replaced with a text area containing its raw markdown source
- Edit the markdown directly
- Click Save (or press
Ctrl+Enter) to apply your changes - Click Cancel (or press
Escape) to discard changes
Your changes are spliced back into the full document at the exact source position, so the rest of the document is unaffected.
Supported Blocks
You can double-click and edit any rendered element:
- Paragraphs
- Headings (H1 through H6)
- Lists (ordered, unordered, task lists)
- Blockquotes
- Code blocks (fenced and indented)
- Tables
- Horizontal rules
Smart Editing in Preview
The preview text area supports most of the main editor's smart editing features:
- Auto-close pairs for brackets, quotes, and backticks
- List and blockquote continuation when pressing Enter
- List commands — select lines and apply Bulleted, Numbered, or Task List, same as in the editor
- Tab-to-exit to jump past closing characters
- Smart indent with Tab and Shift+Tab
- Selection wrapping with brackets and formatting characters
- Smart paste (URL + selection = markdown link)
- Paste as plain text with
Ctrl+Shift+V
Paste as Markdown (rich-text conversion) applies to the main editor only.
Formatting Toolbar
While a preview edit is active, toolbar formatting commands (Bold, Italic, Link, Lists, etc.) are routed to the preview text area instead of the main editor. This means you can use Ctrl+B, Ctrl+I, Ctrl+K, the list shortcuts, and other shortcuts while editing in the preview.
Tips
- Edit in Preview works best for targeted fixes. For heavy editing, the main editor pane is more efficient
- The preview suppresses background re-renders while an edit is active, so your edit area won't jump around
- Use
Ctrl+Enterto quickly save and return to reading