Add helpUrl to manifest

This commit is contained in:
Lost Paul 2023-12-01 16:02:33 +01:00
parent b80a7acfba
commit dd5f829585

View file

@ -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;