From d8509d82f5c47e7960fd1380d9562dbf0ce3c3f2 Mon Sep 17 00:00:00 2001 From: Maxim Tiron Date: Wed, 25 Dec 2024 00:51:02 +0300 Subject: [PATCH 1/2] Update community-plugins.json --- community-plugins.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index 6a9691bb656..7de1f87415a 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14635,5 +14635,12 @@ "author": "wenlzhang", "description": "Maintain note links when splitting or reorganizing notes.", "repo": "wenlzhang/obsidian-link-maintainer" - } + }, + { + "id": "note-placeholder", + "name": "Note Placeholder", + "author": "XZSt4nce", + "description": "Replaces text of note link to placeholder in view mode.", + "repo": "XZSt4nce/note-placeholder" + } ] From 75b98b648ad78a83a0e2af0cabfef9d76f1c8800 Mon Sep 17 00:00:00 2001 From: Maxim Tiron Date: Sun, 5 Jan 2025 15:44:22 +0300 Subject: [PATCH 2/2] Update community-plugins.json --- community-plugins.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 035b5d43255..d810c368c58 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14636,13 +14636,6 @@ "description": "Maintain note links when splitting or reorganizing notes.", "repo": "wenlzhang/obsidian-link-maintainer" }, - { - "id": "note-placeholder", - "name": "Note Placeholder", - "author": "XZSt4nce", - "description": "Replaces text of note link to placeholder in view mode.", - "repo": "XZSt4nce/note-placeholder" - }, { "id": "export-to-html", "name": "Export to HTML", @@ -14705,6 +14698,13 @@ "author": "Victor Perez-Cano", "description": "Enhance your internal links management with dynamic alias customization. Display short, full, or combined titles for your notes effortlessly.", "repo": "vpcano/obsidian-smart-link-alias" - } + }, + { + "id": "note-placeholder", + "name": "Note Placeholder", + "author": "XZSt4nce", + "description": "Replaces text of note link to placeholder in view mode.", + "repo": "XZSt4nce/note-placeholder" + } ]