Skip to content

v1.0.0-beta.3

Pre-release
Pre-release

Choose a tag to compare

@FusionC0rn FusionC0rn released this 13 Aug 14:55
· 5 commits to main since this release

What's Changed

Zoom feedback bubble — a small percentage indicator appears at your
cursor while zooming with scroll or pinch, then fades out. Works in pop-out
windows too, which don't have the plugin status bar.

🐛 Fix: Reading mode zoom — zooming in Reading view previously had no
visible effect: the hidden editor element was receiving the zoom. View mode
is now detected per-mode (source vs preview), so each mode zooms its own
element — old Obsidian versions fall back to the legacy behavior.

Fix: Mode-switch flash — switching between edit and reading mode
briefly flashed the unzoomed (or stale-zoomed) state. A DOM observer now
applies the zoom before the first paint — switching is seamless.

🚀 Perf: element cache + pinch throttle — the zoom target element is
cached per leaf with mode validation, and pinch events are capped at one
application per frame. Long notes pinch smoothly.

Install

Download main.js + manifest.json and replace the files in
<vault>/.obsidian/plugins/note-zoom/, then reload Obsidian.