dmo-code625 downloadsKeep the active line in focus with customizable top and bottom scroll padding for typewriter-like editing.
My Typewriter Line is an Obsidian plugin that lets you set custom top and bottom scroll padding in the editor, so your active line always stays in focus—just like a typewriter. Perfect for distraction-free, focused writing.
Note: This plugin exclusively provides this single function (dynamic scroll padding adjustment via slider).
My Typewriter Line.main.js, manifest.json, and styles.css from the Releases page.my-typewriter-line inside your vault's .obsidian/plugins/ directory.
If you want to build the plugin yourself:
npm install.npm run build to produce the build in the dist folder.manifest.json and styles.css are copied to dist/ automatically.main.js, manifest.json, and styles.css from dist/ to your Obsidian plugins folder:
.obsidian/plugins/my-typewriter-line.MIT