Open lcfd opened 7 months ago
I also have a Mac but never had to use those deep links. What are those links, where to find them and where do they lead to?
Hi @chrishrb, in the case I've mentioned deep links allow you to control/use applications on your Mac.
For example message:%3C....%3E
will open the specified email in the mail app.
In the Neovim context, it's helpful to create "connections" between applications. For example, I'm saving email deep links so I can go directly to the email without searching it again.
Another example is the Bear application:
As I said - never heard of it. But sounds quite useful! π But this plugin currently only supports the browser app. I want to keep this plugin simple and small, so I donβt think this would make sense to implement here. Maybe you write an own plugin for this use case?
Those are just links you can type in the browser, so it should be possible to support them without dealing with other applications than the browser.
I don't know if I'm correct or not, but I think it's just a matter of regexp.
If I'm over one of those links with the cursor and pressing gx
it's enough that the plugin recognize them as URLs.
At the moment it works only with https://
and all the rest is searched as a Google query.
What if also {APP_NAME}://
is supported?
Does it make sense for you?
Hi, I have a use case that I can't find in the documentation or in the issues:
Support for Mac Deep links like
message:%3C....%3E
.Have you in program to support them?
I'm trying the plugin, and it works like a charm for all the rest π. Thank you!