From e6e44766141b3ab584cd111e0eabb2f214e33f65 Mon Sep 17 00:00:00 2001 From: Talal Abou Haiba Date: Mon, 30 Dec 2024 18:53:37 -0800 Subject: [PATCH] Add plugin: Paperless --- community-plugins.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/community-plugins.json b/community-plugins.json index edb80459f8e..2967aba53fd 100644 --- a/community-plugins.json +++ b/community-plugins.json @@ -14698,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": "paperless", + "name": "Paperless", + "author": "Talal Abou Haiba", + "description": "Link your paperless-ngx documents within your vault.", + "repo": "Talal-A/obsidian-paperless" + } ]