s-blu689 downloadsRemembers the scroll position in your notes and returns you to your last position upon opening a note.
This is a community plugin for Obsidian (https://obsidian.md).
Upon opening a note in Obsidian, your scroll position is set to the top of the document. For long notes that you wish to keep continue reading, this can be suboptimal.
Remember Scrollposition saves your scroll positions in a note and restores it as soon as you open the note again to return you where you left off. Optionally, you can configure to not restore your position automatically but only on usage of the ribbon icon or command.
This is a very basic plugin, mainly supporting my personal flow of work. Following limitations are in place:
Search for "Remember Scrollposition" in the Obsidian Community Plugins.
main.js, styles.css, manifest.json from releases to your vault VaultFolder/.obsidian/plugins/remember-scrollposition/.You can simplify the version bump process by running
npm version patch,npm version minorornpm version majorafter updatingminAppVersionmanually inmanifest.json. The command will bump version inmanifest.jsonandpackage.json, and add the entry for the new version toversions.json
v. See here for an example: https://github.com/obsidianmd/obsidian-sample-plugin/releasesmanifest.json, main.js, styles.css as binary attachments. Note: The manifest.json file must be in two places, first the root path of your repository and also in the release.README.md file in the root of your repo.