mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-05-08 16:51:51 +00:00
Improved:
- We can open the log pane also from the command palette now. - Now, the hidden file scanning interval could be configured to 0. - `Check database configuration` now points out that we do not have administrator permission.
This commit is contained in:
@@ -576,7 +576,13 @@ export default class ObsidianLiveSyncPlugin extends Plugin
|
||||
this.addRibbonIcon("view-log", "Show log", () => {
|
||||
this.showView(VIEW_TYPE_LOG);
|
||||
});
|
||||
|
||||
this.addCommand({
|
||||
id: "view-log",
|
||||
name: "Show log",
|
||||
callback: () => {
|
||||
this.showView(VIEW_TYPE_LOG);
|
||||
}
|
||||
});
|
||||
this.addSettingTab(new ObsidianLiveSyncSettingTab(this.app, this));
|
||||
this.app.workspace.onLayoutReady(this.onLayoutReady.bind(this));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user