Katsuhiko Hata846 downloadsZoom the whole app in and out with Ctrl + mouse wheel (scroll up to zoom in, down to zoom out), like a browser. Trackpad pinch-to-zoom works too.
Zoom the whole Obsidian window in and out with Ctrl + mouse wheel, just like a web browser or VS Code.
Unlike image-only zoom plugins, this scales the entire app — UI and note text together — using Electron's page zoom.
🔍 PDF 80%) and clicking it resets the PDF to 100% too.Ctrl + / Ctrl - zoom.Settings → Community plugins → Browse → search "Ctrl+Scroll Zoom" → Install → Enable.
main.js, manifest.json, and styles.css from the latest release.<your vault>/.obsidian/plugins/ctrl-scroll-zoom/.Add hata-suriiken/obsidian-ctrl-scroll-zoom in the BRAT plugin to track beta releases.
Hold Ctrl and scroll the mouse wheel: up to enlarge, down to shrink. You can also use the status-bar 🔍 nnn% indicator (click to reset) or the commands listed above.
The plugin listens for wheel events carrying the Ctrl modifier and adjusts the Electron renderer's zoom factor via webFrame.setZoomFactor. Because it relies on Electron, it is desktop-only.
zoom, so the in-editor cursor may sit slightly off at non-100% zoom (same caveat as the mobile companion plugin); the reading view is unaffected. PDFs keep their own built-in Ctrl+scroll zoom in this mode.Ctrl + / Ctrl - zoom.MIT © 2026 hata-suriiken