Register as MimeType handler #92
Labels
blocked
Blocked by issues elsewhere.
enhancement
New feature or request
help wanted
Extra attention is needed
Milestone
Checklist
Is your feature request related to a problem?
There seems to be some sort of agreement around using
wormhole-transfer
as the scheme for wormhole sends. Our QR codes are for example currently using codes on the form ofwormhole-transfer:123-example-code
. We should implement support for handling the scheme and then register to the operating system that we can handle that MimeType.We also need to make sure that we handle the URI-scheme parsing correctly (probably also relates to QR-codes partially): https://github.com/magic-wormhole/magic-wormhole-protocols/blob/01b7c46ffaec4c12866f99bb2596fd4e49db460a/uri-scheme.md?plain=1#L12
Looking at Warp, they register the
MimeType
field for bothwormhole-transfer
andwarp
. We might want to do the same but with the latter asrymdport
.Describe the solution you'd like to see.
It is unclear as to how this will be implemented.
Systems to implement this for:
The text was updated successfully, but these errors were encountered: