Autoscroller

by chaskane
5
4
3
2
1
Score: 35/100
New Plugin

Description

Auto-scroll through long notes at your chosen reading pace. - This plugin has not been manually reviewed by Obsidian staff.

Reviews

No reviews yet.

Stats

stars
0
downloads
0
forks
0
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Autoscroller

Auto-scroll through the active note at a configurable pace. Useful for reading long documents hands-free or during presentations.

https://user-images.githubusercontent.com/15689774/203650814-d8bd8164-c4c5-46cd-8cfe-8207f24ff9aa.mp4

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

  1. Open a note in reading or editing mode.
  2. Run Autoscroller: Toggle scrolling or click the ribbon icon.
  3. 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