From 2c0a0b39b91101a1794f34205990470dc25be0e7 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 2 May 2025 18:27:02 +0200 Subject: [PATCH 1/2] Add plugin: Folder Property Manager --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 3ed31003f0d..dba35654a5d 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -16826,6 +16826,13 @@ "author": "Adam Fletcher", "description": "Adds toggleable colored highlights to sentences based on their length so you can easily see the rhythm of your writing.", "repo": "adamfletcher/obsidian-sentence-rhythm" +}, +{ + "id": "folder-property-manager", + "name": "Folder Property Manager", + "author": "elekis-git", + "description": "Manage properties inherited from folders.", + "repo": "elekis-git/obsidian-properties-view" } ] From 75ae23309bfd1ca11cc6d911aae03a79de8f17e1 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 2 May 2025 19:01:04 +0200 Subject: [PATCH 2/2] Fix plugin ID mismatch --- community-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index dba35654a5d..3f5ad692b68 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -16828,7 +16828,7 @@ "repo": "adamfletcher/obsidian-sentence-rhythm" }, { - "id": "folder-property-manager", + "id": "folder-properties-manager", "name": "Folder Property Manager", "author": "elekis-git", "description": "Manage properties inherited from folders.",