From 2ea65f3ff43c07144f924200e61b0483aefb6a4a Mon Sep 17 00:00:00 2001 From: Dmitry Date: Tue, 21 Jan 2025 00:59:28 +0300 Subject: [PATCH] Added plugin Added plugin --- community-plugins.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community-plugins.json b/community-plugins.json index 7334613fa12..f47acbe623d 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": "doodle-peek-masonry-view", + "name": "Doodle Peek (Masonry View)", + "author": "uberdef", + "description": "Allows to view notes in a masonry layout (inspired by Google Keep)", + "repo": "uberdef/obsidian-doodle-peek-masonry-view" } ]