Auto Scroll

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

Description

This plugin has not been manually reviewed by Obsidian staff. Automatically scrolls the editor while typing when the cursor reaches a configurable point in the viewport.

Reviews

No reviews yet.

Stats

stars
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

Auto Scroll

Auto Scroll is an Obsidian plugin that keeps the active editor moving while you type. When the cursor reaches a configured point in the visible editor, the plugin scrolls down so the insertion point stays comfortably above the bottom of the pane.

Settings

  • Enable auto-scroll: turns the behavior on or off.
  • Trigger point: the viewport percentage where scrolling begins. The default is 80%.
  • Maximum scroll step: caps how many pixels the plugin scrolls per trigger.
  • Scroll cooldown: sets the minimum time between automatic scrolls.
  • Only near document bottom: requires the editor to be near the configured document depth before scrolling.
  • Document depth: controls where the near-bottom requirement becomes active.
  • Smooth scrolling: animates each scroll movement.

Commands

  • Toggle auto-scroll: quickly enables or disables the plugin from the command palette.

Development

Install dependencies:

npm install

Build the plugin:

npm run build

For watch mode during development:

npm run dev