Skip to content

1.1.0

Latest

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