Scroll Speed
approvedby Florian Ludewig
Change the scroll speed.
★ 20 stars↓ 6,095 downloadsUpdated 2y agoMIT
Features
Scroll Speed Change the mouse scroll sensitivity to your likings. 1 is super slow and 10 is very fast.
Installation
- Go to latest releases
- Download
main.jsandmanifest.json - Create
.obsidian/plugins/scroll-speeddirectory - Move
main.jsandmanifest.jsoninto.obsidian/plugins/scroll-speed - Restart Obsidian
Usage
Access the plugin settings from Settings -> Plugins Options -> Scroll Speed
- Mouse Scroll Speed (
1is the default Obsidian scroll speed, higher is faster) - Alt Multiplier (Multiply scroll speed by this number when the
ALTkey is pressed)
Development
- Clone repository into
.obsidian/plugins/directory - Install dependencies
npm install - Run
npm run devand make changes CTRL+P->Reload app without savingto reload plugin in Obsidian
Release
- Update
manifest.jsonwith new version - Update
versions.jsonwith 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.jsonandmain.jsas binary attachments to the GitHub release - Read more here
Credits
- Icons made by Darius Dan from www.flaticon.com
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.