From 57d62ac1660e5b3d5dde289e5a46b98f264bb80c Mon Sep 17 00:00:00 2001 From: Dominik Mayer Date: Mon, 20 Jan 2025 13:32:38 +0700 Subject: [PATCH] Update community-plugins.json --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 6d4e8831fc9..1b9371df98e 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14908,5 +14908,12 @@ "author": "Amin Sennour", "description": "Change the default filename used for new notes", "repo": "TheLoneWanderer4/obsidian-uuid-title" + }, + { + "id": "note-id", + "name": "Note ID", + "author": "Dominik Mayer", + "description": "Displays notes by their ID, enabling structured sequences in a Zettelkasten (\"Folgezettel\").", + "repo": "dominikmayer/obsidian-note-id" } ]