mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Add helpUrl to manifest
This commit is contained in:
parent
b80a7acfba
commit
dd5f829585
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ export class FolderOverview {
|
|||
new FolderOverviewSettings(this.plugin.app, this.plugin, this.yaml, this.ctx, this.el).open();
|
||||
}, { capture: true });
|
||||
}
|
||||
|
||||
cloneFileExplorerView(plugin: FolderNotesPlugin, ctx: MarkdownPostProcessorContext, root: HTMLElement, yaml: yamlSettings, pathBlacklist: string[]) {
|
||||
const folder = plugin.getEL(this.yaml.folderPath)
|
||||
let folderElement = folder?.parentElement;
|
||||
|
|
|
|||
Loading…
Reference in a new issue