diff --git a/README.md b/README.md index 914b9e7..7918452 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Obsidian folder notes -Tldr: Create notes within folders that can be accessed without collapsing the folder, similar to the functionality offered in Notion. Folder notes is a plugin for the note taking app [Obsidian](https://obsidian.md/) that lets you attach notes to folders so that you can click on the name of a folder to open the note like in the app [Notion](https://www.notion.so/). This plugin has some unique features that separate it from similar "Folder note" plugins like opening folder notes through the path, creating folder notes for every existing folder, templater/template support and more. diff --git a/manifest.json b/manifest.json index 604eb3f..0fc99cb 100644 --- a/manifest.json +++ b/manifest.json @@ -7,5 +7,6 @@ "author": "Lost Paul", "authorUrl": "https://github.com/LostPaul", "fundingUrl": "https://ko-fi.com/paul305844", + "helpUrl": "https://lostpaul.github.io/obsidian-folder-notes/", "isDesktopOnly": false }