From d282de45057166703ea1b0ee794ee0e17056885a Mon Sep 17 00:00:00 2001 From: "Godri.dev" Date: Sun, 19 Jan 2025 18:12:38 -0300 Subject: [PATCH] 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 6d4e8831fc9..bf371c69857 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": "custom-new-filename", + "name": "Custom New Filename", + "author": "Carlos Gabriel Godri", + "description": "Customize the default filename for new notes, with unique and date-based options.", + "repo": "godrix/obsidian-new-filename" +} ]