do you have a url scheme so I can create shortcuts to your app?
Conversation
Replying to
I use drafts to write my notes and they can allow a user to build actions which for example could copy a note into a new email message. Would be cool to do this using your app so I don’t need to maintain a different app just to do that 🙂
1
1
Replying to
If Mimestream is the system default email client, the `mailto` scheme could be used, like this:
mailto://?subject=My%20Subject&body=My%20Body
(A nonstandard `bodyHTML` property works too, but this is not guaranteed to remain supported.)

