mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Remove notices
This commit is contained in:
parent
2fdda5c199
commit
2dad83ee7f
1 changed files with 2 additions and 1 deletions
|
|
@ -151,6 +151,7 @@ export default class FolderNotesPlugin extends Plugin {
|
|||
this.registerView(FOLDER_OVERVIEW_VIEW, (leaf: WorkspaceLeaf) => {
|
||||
return new FolderOverviewView(leaf, this);
|
||||
});
|
||||
|
||||
if (this.app.plugins.getPlugin('obsidian-front-matter-title-plugin')) {
|
||||
this.fmtpHandler = new FrontMatterTitlePluginHandler(this);
|
||||
}
|
||||
|
|
@ -237,7 +238,7 @@ export default class FolderNotesPlugin extends Plugin {
|
|||
};
|
||||
|
||||
if (this.settings.fvGlobalSettings.autoUpdateLinks) {
|
||||
this.fvIndexDB.init(true);
|
||||
this.fvIndexDB.init(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue