comparison README.md @ 33:b77a0dd22db8

Editing pass on the README text.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 14 Aug 2023 10:38:28 -0700
parents 141f0a7d1986
children 8e8019698f16
comparison
equal deleted inserted replaced
32:141f0a7d1986 33:b77a0dd22db8
1 # Remember File State 1 # Remember File State
2 2
3 This [Obsidian](https://obsidian.md) plugin remembers the editor state of files 3 This [Obsidian](https://obsidian.md) plugin remembers the editor state of files
4 as you switch between them. It restores the cursor position, scrolling position, 4 as you switch between them. It restores the cursor position and scrolling position.
5 and so on. The plugin doesn't do any polling, and strives to only do work when 5 The plugin doesn't do any polling, and strives to only do work when
6 opening and closing files in order to no slow down the editing experience. 6 opening and closing files in order to not slow down the editing experience.
7 7
8 Note that this plugin doesn't currently remember state across sessions. 8 Note that this plugin doesn't currently remember state across sessions.
9 9
10 10
11 ## Developer Quickstart 11 ## Developer Quickstart