v0.1.4
MD-PDF Exporter v0.1.4
Export Markdown files to PDF with Mermaid diagrams and local images — works in VS Code and Cursor.
What's new
- MD Preview — Right-click any
.mdfile → MD-PDF Exporter → MD Preview to open a live preview panel beside the editor - Right-click submenu — MD Preview and Export to PDF in Explorer and editor context menus
- Keyboard shortcuts —
Ctrl+Shift+M(preview),Ctrl+Shift+E(export PDF) - support.md — Troubleshooting and support documentation for users
- Improved PDF export on Windows — Subprocess export for more reliable browser launch
- Extension branding — Logo in exported PDFs and extension icon
Features
- Export Markdown files to PDF with one click
- Render
mermaidflowcharts and diagrams as graphics (not raw code) - Embed local images from your project (
) - Syntax-highlighted code blocks
- GitHub-flavored Markdown styling
- Configurable page size, margins, Mermaid theme, and output folder
Requirements
- Google Chrome or Microsoft Edge (for PDF export)
- Node.js on PATH recommended on Windows
Install
From VSIX (this release)
- Download
pdfexporter-0.1.4.vsixfrom the assets below - Open Cursor or VS Code → Extensions →
...→ Install from VSIX... - Restart the editor
From Marketplace
Search MD-PDF Exporter by publisher ramdeoangh
Quick start
- Open a
.mdfile - Right-click → MD-PDF Exporter → MD Preview or Export to PDF
Or use the Command Palette:
MD-PDF Exporter: MD PreviewMD-PDF Exporter: Export to PDF
Mermaid example
```mermaid
flowchart TD
A[Open Markdown] --> B[MD Preview or Export PDF]
B --> C[Diagrams rendered as graphics]
## Links
- [Support & troubleshooting](https://github.com/ramdeoangh/pdfexporter/blob/main/support.md)
- [Report issues](https://github.com/ramdeoangh/pdfexporter/issues)
- [Repository](https://github.com/ramdeoangh/pdfexporter)
```