Replies: 5 comments 2 replies
-
|
(thanks for the heads up on Discussions being disabled, enabling and moving there) |
Beta Was this translation helpful? Give feedback.
-
|
One downside i can think of rn is: No plugins for Android/iOS but they do seem to have plans for it. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, now a real answer: This is an excellent idea (with the caveat you noted of mobile use), and is theoretically totally possible (albeit with some devils in the details). Most of my work + projects are cloud-y backend things, so I gravitate towards cloud-y backend solutions. As far as how to implement this as a plugin:
Now, the devils in the details:
My exposure to the Logseq Plugin API is mostly through its HTTP-based interface in my |
Beta Was this translation helpful? Give feedback.
-
|
Logseq seems to have a native JavaScript API1 so i would argue for the plugin being a wasm wrapper unless you have a good reason for it. What i meant was the user could just enter the S3 URI which the plugin could connect to and sync directly with encryption which would probably eliminate the need for an HTTP server. Footnotes |
Beta Was this translation helpful? Give feedback.
-
|
I haven't gone through the source yet but what i think is if we could encrypt the file using a key (set by the user) and retrieve using the same key that would be fine. The keys and checksums for each file could be stored in |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
Is it possible to have this as a plugin for Logseq instead of a self-hosted server. I think this could reduce the complexity of manipulation of Logseq application itself. Something like a S3 Sync plugin where the user could configure the S3 credentials and the syncing could happen in background. This could also be a solution for users who do not want to self-host.
I'm opening this as an issue since Discussions is disabled.
Beta Was this translation helpful? Give feedback.
All reactions