22-21k downloadsSwitch between Tabs using your mouse wheel when hovering over tab headers
A plugin for Obsidian that allows you to switch between tabs using your mouse wheel when hovering over tab headers.

No additional configuration is required!
wheel-tab-switcher in your vault's .obsidian/plugins/ directorymain.js and manifest.json to the folder you createdThis plugin is built using TypeScript and the Obsidian API.
npm install (or yarn) to install dependenciesnpm run dev to start compilation in watch modenpm run build - Builds the pluginnpm run dev - Builds the plugin and watches for changesIf you encounter any issues or have feature requests, please file them on the GitHub issues page.
This project is licensed under the MIT License - see the LICENSE file for details.
22-2