From 0a8a90e793cd65610142eeabf8001b21a249219d Mon Sep 17 00:00:00 2001 From: eLafo Date: Wed, 16 Oct 2024 23:08:22 +0200 Subject: [PATCH 1/2] Update community-plugins.json Adds github-repo-notes plugin --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 110a08d62ce..347777ee932 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -13501,5 +13501,12 @@ "author": "Titus", "description": "World building toolset with OnlyWorlds integration.", "repo": "OnlyWorlds/obsidian-plugin" + }, + { + "id": "github-repo-notes", + "name": "GitHub Repo Notes", + "author": "eLafo", + "description": "An Obsidian plugin to create notes from GitHub repository URLs.", + "repo": "eLafo/github-repo-notes" } ] From 2a95ee24a0313b55d500f02073ee0115aedc08fe Mon Sep 17 00:00:00 2001 From: eLafo Date: Wed, 16 Oct 2024 23:42:42 +0200 Subject: [PATCH 2/2] Update community-plugins.json --- community-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index 347777ee932..ba21657ca9d 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -13506,7 +13506,7 @@ "id": "github-repo-notes", "name": "GitHub Repo Notes", "author": "eLafo", - "description": "An Obsidian plugin to create notes from GitHub repository URLs.", + "description": "Create notes from GitHub repository URLs.", "repo": "eLafo/github-repo-notes" } ]