kqint80 downloadsZoom where your mouse is — font in editor, interface elsewhere.
An Obsidian plugin that scales the interface and font with keyboard shortcuts, where the zoom behavior adapts to your mouse position.

data.json.[!note] Before using this plugin, go to Settings → Appearance and disable "Quick font size adjustment".
Open Obsidian Settings → Community Plugins → Browse, search "Zone Scroll Zoom", install and enable.
Or visit the plugin page and click "Add to Obsidian".
Add Beta Plugin.kqint/obsidian-zone-scroll-zoom.main.js and manifest.json from releases/latest.obsidian-zone-scroll-zoom folder inside .obsidian/plugins/, and place main.js and manifest.json into this folder.Language source files are located in src/locales/:
src/locales/en.jsonsrc/locales/zh-CN.jsonsrc/locales/zh-TW.jsonsrc/locales/en.json to src/locales/xx.json and translate all string values (keep the keys as-is).src/i18n.ts, register your locale by adding:BUILT_IN_LOCALESOBSIDIAN_LANG_MAPLOCALE_METAsettings.language.options.npm run build and test.See CONTRIBUTING.md for the detailed step-by-step guide.