Skip to content

MD-PDF Exporter v0.1.5

Choose a tag to compare

@ramdeoangh ramdeoangh released this 12 Jun 05:14

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 develop with main after each release

Build & pipeline fixes

  • Fixed TypeScript 6 CI lint (ignoreDeprecations: 6.0)
  • Faster npm ci on GitHub Actions via public npmjs.org registry (.npmrc)
  • Removed corporate registry URLs from package-lock.json

Documentation


Features (since v0.1.4)

  • MD Preview — Right-click → MD-PDF ExporterMD 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)

  1. Download pdfexporter-0.1.5.vsix from this release
  2. Cursor / VS Code → Extensions → ...Install from VSIX...
  3. 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

  1. Open a .md file
  2. Right-click → MD-PDF ExporterMD Preview or Export to PDF

Links