Skip to content

Releases: ramdeoangh/pdfexporter

MD-PDF Exporter v0.2.3

Choose a tag to compare

@github-actions github-actions released this 18 Jun 07:49
465e66f

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

Choose a tag to compare

@github-actions github-actions released this 16 Jun 05:28
e309aae

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

Choose a tag to compare

@github-actions github-actions released this 16 Jun 04:56
81ffc0e

What's Changed

Full Changelog: v0.2.0...v0.2.1

MD-PDF Exporter v0.2.0

Choose a tag to compare

@github-actions github-actions released this 15 Jun 18:05
772b47e

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

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

v0.1.4

Choose a tag to compare

@ramdeoangh ramdeoangh released this 11 Jun 17:56

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 .md file → MD-PDF ExporterMD Preview to open a live preview panel beside the editor
  • Right-click submenuMD Preview and Export to PDF in Explorer and editor context menus
  • Keyboard shortcutsCtrl+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 mermaid flowcharts and diagrams as graphics (not raw code)
  • Embed local images from your project (![alt](./image.png))
  • 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)

  1. Download pdfexporter-0.1.4.vsix from the assets below
  2. Open Cursor or VS Code → Extensions → ...Install from VSIX...
  3. Restart the editor

From Marketplace

Search MD-PDF Exporter by publisher ramdeoangh

Quick start

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

Or use the Command Palette:

  • MD-PDF Exporter: MD Preview
  • MD-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)
```