Skip to content
Feather Logo

Feather Documentation

Native markdown editor for Windows

Back to Support

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

  1. Switch to Split or Preview mode so the rendered preview is visible
  2. Double-click any rendered block (paragraph, heading, list, code block, table, etc.)
  3. The block is replaced with a text area containing its raw markdown source
  4. Edit the markdown directly
  5. Click Save (or press Ctrl+Enter) to apply your changes
  6. 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+Enter to quickly save and return to reading