Scroll Speed Change the mouse scroll sensitivity to your likings. 1 is super slow and 10 is very fast.
- Go to latest releases
- Download
main.js
andmanifest.json
- Create
.obsidian/plugins/scroll-speed
directory - Move
main.js
andmanifest.json
into.obsidian/plugins/scroll-speed
- Restart Obsidian
Access the plugin settings from Settings
-> Plugins Options
-> Scroll Speed
- Mouse Scroll Speed (
1
is the default Obsidian scroll speed, higher is faster) - Alt Multiplier (Multiply scroll speed by this number when the
ALT
key is pressed)
- Clone repository into
.obsidian/plugins/
directory - Install dependencies
npm install
- Run
npm run dev
and make changes CTRL+P
->Reload app without saving
to reload plugin in Obsidian
- Update
manifest.json
with new version - Update
versions.json
with new version - Push changes to GitHub
git tag X.X.X
(Tag current commit with new version)git push --tags
(Push tags to GitHub)- Add updated
manifest.json
andmain.js
as binary attachments to the GitHub release - Read more here
- Icons made by Darius Dan from www.flaticon.com