femto230 downloadsAutomatically scrolls the editor while typing when the cursor reaches a configurable point in the viewport.
Auto Scroll is an Obsidian plugin that keeps the active editor moving while you write and navigate. It can scroll when the text cursor reaches a configured point while typing, when you press the Down arrow, or when the mouse pointer moves into a configured edge zone.
Install dependencies:
npm install
Build the plugin:
npm run build
For watch mode during development:
npm run dev