[Feature Request] Share Text String without Sending a File
daOrangePeeler opened this issue · 2 comments
First of all, thanks for such a great project! It seems really well done and has worked very well for me.
Is there anyway that a feature could be added where you could just send text without a file? I'm thinking something like Snapdrop's right-click (or long-press on mobile) to send a message. I'm not sure how it would work exactly once the message is received, but even just being able to tap or click on the message to copy the text would be great.
If you don't feel this would be worth the effort I totally understand. Thanks again!
Took me a while to create a understandable UX flow for this, and what I came up with is a simple chat system with a "Copy to clipboard" button. The feature should be now live in production.
The chat is only accessible to clients that support the Web Crypto API. All messages are end-to-end encrypted.
Wow, that's a really good way to implement it. Thanks!