From cfb16f3da677ab6175e5b43a4e41ea5ba200197d Mon Sep 17 00:00:00 2001 From: TfTHacker <69121180+TfTHacker@users.noreply.github.com> Date: Fri, 15 Dec 2023 06:30:49 +0100 Subject: [PATCH] Adding helpUrl support I am adding helpUrl to the manifest to support the help system integration into Obsidian. Please consider supporting this initiative. Just so you know, this key value in manifest.json must be in the manifest downloaded as part of the plugin in the release. https://forum.obsidian.md/t/links-to-help-and-manuals-for-plugins-and-themes/70733/8 --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1dde0ba5..eca8fd39 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,6 @@ "author": "RafaelGB", "authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder", "isDesktopOnly": false, - "fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z" -} \ No newline at end of file + "fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z", + "helpUrl": "https://rafaelgb.github.io/obsidian-db-folder/" +}