Improved:

- Splitting markdown
- Saving chunks

Changed:
- Chunk ID numbering rules

Fixed:
- Just weed.
This commit is contained in:
vorotamoroz
2022-12-05 19:37:24 +09:00
parent db3eb7e1a0
commit a8219de375
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -709,7 +709,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin {
clearAllPeriodic();
clearAllTriggers();
window.removeEventListener("visibilitychange", this.watchWindowVisibility);
window.removeEventListener("online", this.watchOnline)
window.removeEventListener("online", this.watchOnline);
Logger("unloading plugin");
}