You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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