Skip to content

Releases: ilinuxio/obsidian-single-page-pdf

1.1.0

Choose a tag to compare

@github-actions github-actions released this 13 Aug 15:50
  • 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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:34

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

Choose a tag to compare

@github-actions github-actions released this 12 Aug 11:51

fix: apply text font instead of interface font to PDF title headings

1.0.3

Choose a tag to compare

@github-actions github-actions released this 09 Aug 00:48

fix: resolve Obsidian plugin review issues

1.0.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:12
fix: resolve Obsidian plugin review issues

1.0.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 10:30
fix: resolve Obsidian plugin review issues

1.0.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 10:10
Initial commit