mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Merge branch 'main' of https://github.com/LostPaul/obsidian-folder-notes
This commit is contained in:
commit
d58492f8a4
2 changed files with 5 additions and 1 deletions
|
|
@ -147,6 +147,10 @@ export default class FolderNotesPlugin extends Plugin {
|
|||
}
|
||||
|
||||
onLayoutReady() {
|
||||
if (!this._loaded) {
|
||||
return;
|
||||
}
|
||||
|
||||
registerFileExplorerObserver(this);
|
||||
this.registerView(FOLDER_OVERVIEW_VIEW, (leaf: WorkspaceLeaf) => {
|
||||
return new FolderOverviewView(leaf, this);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cb1e825c96513b18011f424fc4c60188d0d08ba5
|
||||
Subproject commit 503ed5db9d9ab0456fcae330e30a62cd923285d3
|
||||
Loading…
Reference in a new issue