Scroll Speed

by Florian Ludewig
5
4
3
2
1
Score: 51/100

Description

Category: Note Enhancements

The Scroll Speed plugin is a game-changer for Obsidian users who want to customize their scrolling experience. With this plugin, you can adjust the mouse scroll sensitivity to your liking, ranging from super slow to very fast. But that's not all - you can also set an alt multiplier to speed up or slow down your scrolling when you press the ALT key. This means you can fine-tune your scrolling experience to suit your workflow and preferences.

Reviews

No reviews yet.

Stats

20
stars
6,196
downloads
2
forks
1,416
days
1,027
days
1,027
days
2
total PRs
0
open PRs
0
closed PRs
2
merged PRs
4
total issues
1
open issues
3
closed issues
0
commits

Latest Version

3 years ago

Changelog

Changelog

  • Add ability to decrease scroll speed (#6)

Contributors

@an-prata

README file from

Github

Features

Scroll Speed Change the mouse scroll sensitivity to your likings. 1 is super slow and 10 is very fast.

Installation

  1. Go to latest releases
  2. Download main.js and manifest.json
  3. Create .obsidian/plugins/scroll-speed directory
  4. Move main.js and manifest.json into .obsidian/plugins/scroll-speed
  5. Restart Obsidian

Usage

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)

Development

  1. Clone repository into .obsidian/plugins/ directory
  2. Install dependencies npm install
  3. Run npm run dev and make changes
  4. CTRL+P -> Reload app without saving to reload plugin in Obsidian

Release

  • 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 and main.js as binary attachments to the GitHub release
  • Read more here

Credits

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.