From 85d02ce7811212024e429e5ec1a39c57656e55b0 Mon Sep 17 00:00:00 2001 From: larsbuecker Date: Sat, 4 Jan 2025 15:52:39 +0100 Subject: [PATCH] Added NoteMover shortcut plugin --- community-plugins.json | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/community-plugins.json b/community-plugins.json index 568a5a7d97e..35b55299afc 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14691,13 +14691,20 @@ "author": "mnaoumov", "description": "Allows to insert multiple attachments at a time.", "repo": "mnaoumov/obsidian-insert-multiple-attachments" - }, - { + }, + { "id": "smart-link-alias", "name": "Smart Link Alias", "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-mover-shortcut", + "name": "NoteMover shortcut", + "author": "bueckerlars", + "description": "Moves a file to a configured path by shortcut", + "repo": "bueckerlars/obsidian-note-mover-shortcut" } ]