mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2025-12-25 15:41:30 +00:00
Improved:
- Splitting markdown - Saving chunks Changed: - Chunk ID numbering rules Fixed: - Just weed.
This commit is contained in:
@@ -1288,7 +1288,6 @@ export class ObsidianLiveSyncSettingTab extends PluginSettingTab {
|
|||||||
|
|
||||||
new Setting(containerHatchEl)
|
new Setting(containerHatchEl)
|
||||||
.setName("Make report to inform the issue")
|
.setName("Make report to inform the issue")
|
||||||
.setDesc("Verify and repair all files and update database without restoring")
|
|
||||||
.addButton((button) =>
|
.addButton((button) =>
|
||||||
button
|
button
|
||||||
.setButtonText("Make report")
|
.setButtonText("Make report")
|
||||||
|
|||||||
2
src/lib
2
src/lib
Submodule src/lib updated: 85bb3556ba...300bf7e9b1
@@ -709,7 +709,7 @@ export default class ObsidianLiveSyncPlugin extends Plugin {
|
|||||||
clearAllPeriodic();
|
clearAllPeriodic();
|
||||||
clearAllTriggers();
|
clearAllTriggers();
|
||||||
window.removeEventListener("visibilitychange", this.watchWindowVisibility);
|
window.removeEventListener("visibilitychange", this.watchWindowVisibility);
|
||||||
window.removeEventListener("online", this.watchOnline)
|
window.removeEventListener("online", this.watchOnline);
|
||||||
Logger("unloading plugin");
|
Logger("unloading plugin");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user