inlineMDEdit Markdown directly from the preview. inlineMD brings a Peek Definition-style editing workflow to Markdown. Double-click any rendered block in the preview, edit the underlying Markdown source inline, and save without switching back to the raw
Why?Markdown editing often means jumping back and forth between the source editor and the rendered preview. inlineMD removes that context switch. Instead of locating the corresponding source manually:
Changes are applied directly to the original document and immediately reflected in the preview. The standard VS Code Markdown workflow still works as usual. You can continue using the built-in Markdown Preview with Features
Quick Start
Supported Elements
Inline formatting such as bold, italic, LimitationsinlineMD currently focuses on block-level editing. Inline elements do not have their own source mapping and resolve to the nearest parent block instead. Raw HTML blocks and HTML comments are not currently supported. Code blocks are fully editable, but their rendering may differ slightly from the native VS Code Markdown preview styling. InstallationInstall inlineMD from the Visual Studio Code Marketplace. For manual installation:
Development
Press LicenseMIT |
