Skip to content

Releases: meimakes/remember-scroll-position

1.0.16

22 Feb 15:26
2b145a5

Choose a tag to compare

Fix: scoped is-flashing check to current leaf container. Heading link navigation in one split no longer blocks position restore in other splits.

1.0.14

14 Feb 02:52
75b6f4b

Choose a tag to compare

Multi-device sync support

  • Device-specific position storage — each device gets its own positions file, preventing Obsidian Sync conflicts across devices
  • Mobile restore improvements — added scrollTo fallback for mobile platforms where ephemeral state may not work
  • Mobile save reliability — added touch event listener for more reliable position capture on iOS/Android
  • Migration — existing positions automatically migrate to device-specific storage on first run

1.0.12

13 Feb 04:09

Choose a tag to compare

Initial release

  • Remembers cursor and scroll position for each note
  • Event-driven architecture (no polling)
  • Per-tab/split independent tracking
  • Reading mode support
  • Link-aware (respects [[note#heading]] navigation)
  • Mobile support (iOS/Android)
  • LRU eviction with configurable limit
  • Optional disk persistence