Is there a kind that would enable you to temporarily mark something and then find it in another client? Like to zap if you’re not enabled on one, or to use fancier emojis or a better reply mode?

Or is there a way to open in a browser that would then trigger the os (iOS in this case) to open compatible apps that would list the several Nostr clients I have installed where I could pick one and co to use? A way to handoff better between interfaces?

Reply to this note

Please Login to reply.

Discussion

there is an event type called "application specific data" which can store all kinds of things... no idea what apps have used it for this kind of thing though... i know primal uses it for app settings at least

oh, also, not sure exactly how to do it, but it should be possible in any OS to turn any nostr: prefixed thing, which can be npub, nevent, naddress, and so on, to open up with some specific app, what's it called x-mimetypes or something

in the tilix terminal you can set up recognisers that run some program when you control click on texts containing certain patterns, such as web addresses or nostr addresses... i use it for source code locations also