Feather Documentation
Native markdown editor for Windows
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 the same smart editing features as the main editor:
- Auto-close pairs for brackets, quotes, and backticks
- List and blockquote continuation when pressing Enter
- 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)
Formatting Toolbar
While a preview edit is active, toolbar formatting commands (Bold, Italic, Link, etc.) are routed to the preview text area instead of the main editor. This means you can use Ctrl+B, Ctrl+I, Ctrl+K 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