From 65eb090c2cf69ba5b45cf3a6990afc7bdc6c60f9 Mon Sep 17 00:00:00 2001 From: Shriman Keshri Date: Tue, 17 Feb 2026 11:01:36 +0530 Subject: [PATCH] Add logseq-phone-bridge plugin Added a new plugin for transferring images from phone to Logseq using WebRTC/SSE. --- plugins.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins.json b/plugins.json index 77e39a4b..47973df8 100644 --- a/plugins.json +++ b/plugins.json @@ -5214,6 +5214,13 @@ "theme": true, "id": "xypora-print-theme", "addedAt": 1760749797000 + }, + { + "id": "logseq-phone-bridge", + "url": "https://github.com/shrimansoft/logseq-upload-image", + "description": "Transfer images from phone to Logseq locally via WebRTC/SSE (No Internet Required).", + "author": "shrimansoft" } + ] -} \ No newline at end of file +}