Releases: ludovicchabant/obsidian-remember-file-state
Releases · ludovicchabant/obsidian-remember-file-state
1.1.2
1.1.1
Bug Fixes
- Running the
Reload App Without Saving
command should not shutdown Obsidian anymore.
1.1.0
New Features
- The state of files is now remembered on exit and saved to a file on disk. The files will be re-opened in their remembered state during the next session.
Bug Fixes
- Files open in multiple tabs should now be better handled. The remembered state from the last time that file was closed will be restored, unless no remembered state exists in which case it restores the state of the first other tab showing that file.
1.0.7
Bug fixes
- Use Obsidian's view APIs for restoring scrolling state. This avoids bugs when the view layout is processed asynchronously just after opening the file, affecting scrolling positions.
- Editing pass on the
README
file. - More standardized debug logging in the developer console.
1.0.6
Improvements
- Show warning message if using this plugin with the legacy editor.
Bug fixes
- Don't restore file state if we're just switching to another pane.
1.0.5
Bug fixes:
- Protect Obsidian from printing errors when restoring file state is invalid in CodeMirror.
- Don't restore file state on a file that's already open in another pane.
1.0.4
Fixed plugin ID
1.0.2
Bump versions to 1.0.2
1.0.1
Update version
1.0.0
Initial commit