mcndt / obsidian-quickshare

📝 An Obsidian plugin for sharing encrypted Markdown notes on the web. Zero configuration required.
MIT License
249 stars 9 forks source link

[Feature request] Allow send instance as backend #7

Open dbarenholz opened 2 years ago

dbarenholz commented 2 years ago

First off: amazing idea! I've wanted this sort of functionality for a while. Once my server is up and running, I'm thinking of implementing a "send" option, so the notes can be uploaded to a send instance, and then a link is copied to the user clipboard.

mcndt commented 2 years ago

Thanks!

Can you explain what you mean by a send instance? I'm unfamiliar with this.

FYI, you can already host your own instance of the Noteshare.space backend and web viewer, see the readme at https://github.com/mcndt/noteshare.space for more info.

dbarenholz commented 2 years ago

Send: https://github.com/timvisee/send

It's a tool originally built by mozilla for file safe sharing.

mcndt commented 2 years ago

Oh cool, I didn't know there's a community fork of Firefox Send!

I'll be happy to merge a PR for Send compatibility, as long as it can be implemented as a drop-in replacement for the current backend.