From a58a1f9941fc71b09faaf8a8b8ad77ed82e2da8e Mon Sep 17 00:00:00 2001 From: poenl <74692633+poenl@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:01:43 +0800 Subject: [PATCH 1/3] Add plugin: Easy Link --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 4ce0c9a0290..8790aaeba2b 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -18716,5 +18716,12 @@ "author": "David Barnett", "description": "Modifies pasted GitHub links to use short GitHub ref text as the link title.", "repo": "dbarnett/obsidian-gh-links-shortener" + }, + { + "id": "easy-link-obsidian", + "name": "Easy Link", + "author": "poenl", + "description": "Automatically formats pasted URLs into titled links, image links, or applies them to selected text.", + "repo": "poenl/eazy-link" } ] From e840f4d8d81eb6123d84ae032b3d12b4683e5ae3 Mon Sep 17 00:00:00 2001 From: poenl <74692633+poenl@users.noreply.github.com> Date: Mon, 3 Nov 2025 00:20:06 +0800 Subject: [PATCH 2/3] update id and repo --- community-plugins.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 8790aaeba2b..0a0399a49c1 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -18718,10 +18718,10 @@ "repo": "dbarnett/obsidian-gh-links-shortener" }, { - "id": "easy-link-obsidian", + "id": "easy-link", "name": "Easy Link", "author": "poenl", "description": "Automatically formats pasted URLs into titled links, image links, or applies them to selected text.", - "repo": "poenl/eazy-link" + "repo": "poenl/eazy-link-obsidian" } ] From ef15298c53985da19ce8c9bd7120901da2b47d98 Mon Sep 17 00:00:00 2001 From: poenl <74692633+poenl@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:34:51 +0800 Subject: [PATCH 3/3] update repo url --- community-plugins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index 0a0399a49c1..2372bf241cb 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -18722,6 +18722,6 @@ "name": "Easy Link", "author": "poenl", "description": "Automatically formats pasted URLs into titled links, image links, or applies them to selected text.", - "repo": "poenl/eazy-link-obsidian" + "repo": "poenl/easy-link-obsidian" } ]