From f7a28db487f7d83cc955638231071fe305f7784f Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sun, 19 Nov 2023 00:00:31 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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. From d0e47e8d1cb87df0a957a6d8b865774ca87f5a64 Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:58:44 +0100 Subject: [PATCH 2/2] Update manifest.json --- manifest.json | 1 + 1 file changed, 1 insertion(+) 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 }