Releases: ilinuxio/obsidian-single-page-pdf
Releases · ilinuxio/obsidian-single-page-pdf
Release list
1.1.0
- Fix preview scrolling: wheel events never reach the embedder reliably
(e.g. Windows at 100% scaling swallows webview wheel input), so the
guest page now scrolls natively inside a viewport-sized webview, with a
manual scrollBy wheel handler in the guest and a document-level capture
fallback in the embedder - Restore full content height before printToPDF so export output is
unchanged by the preview sizing - Settings: implement the declarative settings API (Obsidian 1.13+) with a
render hook preserving the width slider and A1-A6 presets; keep display()
as the fallback for older versions - Cap dialog width at min(70vw, 1400px) to suit both 1080p and 4K setups
1.0.5
Replace hardcoded A4_WIDTH_MM/A4_WIDTH_PX with dynamic mmToPx() function
Add settings page with width slider (105mm A6 ~ 594mm A1) via PluginSettingTab
Add width slider + A1-A6 preset buttons in export preview modal
1.0.4
fix: apply text font instead of interface font to PDF title headings
1.0.3
fix: resolve Obsidian plugin review issues
1.0.2
fix: resolve Obsidian plugin review issues
1.0.1
fix: resolve Obsidian plugin review issues