Releases: ramdeoangh/pdfexporter
Releases · ramdeoangh/pdfexporter
Release list
MD-PDF Exporter v0.2.3
What's Changed
- fix: v0.2.3 PDF layout, Mermaid scaling, and branding by @ramdeoangh in #11
- release: v0.2.3 PDF layout and Mermaid fixes by @ramdeoangh in #12
Full Changelog: v0.2.2...v0.2.3
MD-PDF Exporter v0.2.2
What's Changed
- Note: v0.2.1 on Marketplace/GitHub Releases is broken — ship 0.2.2 before users install from those channels. by @ramdeoangh in #9
- v0.2.2 by @ramdeoangh in #10
Full Changelog: v0.2.1...v0.2.2
MD-PDF Exporter v0.2.1
What's Changed
- fix: v0.2.1 bug fixes and README refresh by @ramdeoangh in #7
- release: v0.2.1 by @ramdeoangh in #8
Full Changelog: v0.2.0...v0.2.1
MD-PDF Exporter v0.2.0
What's Changed
- feat: v0.2.0 front matter, headers/footers, and batch folder export by @ramdeoangh in #5
- feat: v0.2.0 front matter, headers/footers, and batch folder export by @ramdeoangh in #6
Full Changelog: v0.1.5...v0.2.0
MD-PDF Exporter v0.1.5
MD-PDF Exporter v0.1.5
Maintenance and CI/CD release for MD-PDF Exporter — export Markdown to PDF with Mermaid diagrams and local images. Works in VS Code and Cursor.
What's new in v0.1.5
CI/CD & release automation
- Create Release GitHub Actions workflow — bump version and tag from the Actions tab
- Release workflow — automatic GitHub Release with VSIX on tag push
- Optional Marketplace publish — release succeeds without
VSCE_PAT; Marketplace publish runs only when the secret is set - Auto-sync
developwithmainafter each release
Build & pipeline fixes
- Fixed TypeScript 6 CI lint (
ignoreDeprecations: 6.0) - Faster
npm cion GitHub Actions via public npmjs.org registry (.npmrc) - Removed corporate registry URLs from
package-lock.json
Documentation
- automated-release.md — full automated release guide
- Updated release-pipeline.md and support.md
Features (since v0.1.4)
- MD Preview — Right-click → MD-PDF Exporter → MD Preview (
Ctrl+Shift+M) - Export to PDF — Right-click or
Ctrl+Shift+E - Mermaid diagrams rendered as graphics in preview and PDF
- Local images embedded from your project
- Logo in exported PDFs (configurable via
pdfexporter.showLogo) - Subprocess export for reliable PDF generation on Windows
Install
From GitHub Release (VSIX)
- Download
pdfexporter-0.1.5.vsixfrom this release - Cursor / VS Code → Extensions →
...→ Install from VSIX... - Restart the editor
From Marketplace
Search MD-PDF Exporter by ramdeoangh (if published for this version)
Requirements
- Google Chrome or Microsoft Edge (PDF export)
- Node.js on PATH recommended on Windows
Quick start
- Open a
.mdfile - Right-click → MD-PDF Exporter → MD Preview or Export to PDF
Links
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)
```