No description
Find a file
Dmitry Savosh 7f0327b371 ci: auto-bump version and release on merge to master
- Add version-bump.mjs to bump manifest.json, package.json and versions.json
- Rework release workflow to auto-increment the version (patch by default,
  #minor / #major keywords override), commit it with [skip ci], tag and release

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-29 04:04:37 +03:00
.github/workflows ci: auto-bump version and release on merge to master 2026-06-29 04:04:37 +03:00
.gitignore store cursor position in edit mode 2021-03-10 22:51:10 +03:00
LICENSE Update LICENSE 2022-01-09 18:21:11 +03:00
main.ts fix: explicitly scroll cursor into view after positioning 2026-06-28 21:13:09 +02:00
manifest.json Update manifest.json 2026-04-23 05:04:44 +03:00
package.json Update package.json 2026-04-23 05:04:52 +03:00
README.md Update README.md 2021-03-27 01:35:35 +03:00
rollup.config.js Initial commit 2021-03-10 22:44:50 +03:00
tsconfig.json feat: add modified timestamp and pruning logic 2026-04-22 18:14:05 -07:00
version-bump.mjs ci: auto-bump version and release on merge to master 2026-06-29 04:04:37 +03:00
versions.json Update versions.json 2024-05-31 02:13:34 +03:00

Remember cursor position

This plugin for Obsidian remembers the cursor position and scroll for each note. This is very convenient when you switch between notes, go from link to link, go back, you do not need to scroll to the place where you were the last time.

The cursor position, scrolling and text selection for all notes are stored in a file (the path can be set in the settings), so everything is restored even if you close Obsidian and open it again.

It works in edit and preview mode.