generated from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Decorate tab header * Prevent re-render on saving the same file `setViewData(data, false)` will be called by `save()` when we have more than one split/tab holding the same file. If we only have one split/tab of the file, then `setViewData()` won't be called. * Auto save * Delete debug console log * Revert "Delete debug console log" This reverts commit b11304b. * Revert "Auto save" This reverts commit 17ecb34. * Auto save through `onChange()` and `requestSave()` * Unsubscribe when editor refresh or unmount
- Loading branch information
Showing
2 changed files
with
46 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters