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