Skip to content

Mobile PDF Exporter 0.3.29

Choose a tag to compare

@arias007 arias007 released this 12 Jun 12:51
· 19 commits to main since this release

Changes

  • Keeps the standard Obsidian plugin layout with a single main.js; no extra PDF dependency chunk is required.
  • Reduces main.js from about 12.9 MB to about 1.6 MB by removing the embedded Noto Sans SC base64 font.
  • Loads the PDF runtime and Chinese font only when an export starts.
  • Avoids startup render-root DOM cleanup work.

Package

  • mobile-pdf-exporter-v0.3.29.zip
  • SHA256: 72B42CAA3D3164D52B01B04B5FF6BE0BC319708ED6F6B0BA56563496C430CF54

Verification

  • npm run build
  • npx tsc --noEmit
  • Single-main.js package check: no pdf-deps.js
  • Startup smoke test: requiring main.js does not require the PDF runtime
  • Isolated PDF/font smoke test passed