README file from
GithubAutoscroller
Auto-scroll through the active note at a configurable pace. Useful for reading long documents hands-free or during presentations.
Features
- Toggle autoscroller with a command or ribbon icon
- Increase or decrease scroll speed with commands
- Right-click the ribbon icon to cycle scroll speed
- Hide the ribbon icon in settings if you prefer commands or hotkeys (for example, with the Commander plugin)
Usage
- Open a note in reading or editing mode.
- Run Autoscroller: Toggle scrolling or click the ribbon icon.
- Use Increase speed and Decrease speed commands to adjust the rate.
Known issues
- Autoscroller stops if you activate it before focusing a note's content.
Development
npm install
npm run dev
Build for release:
npm run build
npm run lint