Skip to content

1.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Apr 12:29
· 40 commits to main since this release

What's new

  • Smooth scroll — animate the scroll with easing instead of jumping instantly. Enabled by default. Toggle in Settings → Scroll Line → Smooth scroll.

Details

Smooth scroll uses a requestAnimationFrame loop with exponential easing (catches up ~20% of the remaining distance per frame, settling within ~200ms). Key-repeat accumulates into the scroll target, so holding the hotkey glides continuously rather than queueing discrete jumps.

Disabling the toggle falls back to the instant scroll behavior from 1.0.0.

Install / update

Install via Settings → Community plugins, or download main.js, manifest.json, and styles.css from this release and drop them into <vault>/.obsidian/plugins/scroll-line/.