From bdfdabbd40ed5751d6d1f25fd36e8f50da11563b Mon Sep 17 00:00:00 2001 From: a198h Date: Sat, 1 Nov 2025 17:00:00 +0100 Subject: [PATCH 1/2] Add Agile Board plugin to community plugins list --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index afd87154054..f0c6dccc3c6 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -18709,5 +18709,12 @@ "author": "zmister", "description": "Synchronize documents between your vault and MrDoc.", "repo": "zmister2016/obsidian-mrdoc" + }, + { + "id": "agile-board", + "name": "Agile Board", + "author": "a198h", + "description": "Transform your markdown notes into visual boards with customizable layouts.", + "repo": "a198h/agile-board" } ] From 2bf6cf69cc9895f02cd761c1117d0d65b8583d06 Mon Sep 17 00:00:00 2001 From: a198h Date: Sat, 1 Nov 2025 17:41:05 +0100 Subject: [PATCH 2/2] Enhance Agile Board plugin description Expanded the description of the Agile Board plugin to include specific features like Eisenhower matrix, SWOT analysis, and Cornell notes. --- community-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index f0c6dccc3c6..8d4a93fea8b 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -18714,7 +18714,7 @@ "id": "agile-board", "name": "Agile Board", "author": "a198h", - "description": "Transform your markdown notes into visual boards with customizable layouts.", + "description": "Transform your markdown notes into visual boards with customizable layouts (Eisenhower matrix, SWOT analysis, Cornell notes, etc.). Organize content in editable frames synchronized with your notes.", "repo": "a198h/agile-board" } ]