Skip to content

Commit

Permalink
Adding helpUrl support
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TfTHacker committed Dec 15, 2023
1 parent e204916 commit cfb16f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"author": "RafaelGB",
"authorUrl": "https://github.com/RafaelGB/obsidian-bd-folder",
"isDesktopOnly": false,
"fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z"
}
"fundingUrl": "https://www.buymeacoffee.com/5tsytn22v9Z",
"helpUrl": "https://rafaelgb.github.io/obsidian-db-folder/"
}

0 comments on commit cfb16f3

Please sign in to comment.