Closed nukesean closed 1 year ago
Thank you for opening this issue!
🔔 @koinzhang you might want to have a look.
💡 Tip: Once the issue is resolved, comment @raycastbot close this issue
to close it.
Hi @nukesean. Thanks for your feedback, I mistakenly removed the code to open deeplink in a previous update and have now submitted a PR #7022 to fix this feature. If you have any other questions, feel free to give feedback
Awesome! Thank you, @koinzhang! I do have one more issue to report, though.
After I reported the deeplink bug, I discovered that the extension does not handle IP addresses correctly if there is a path afterwards. For example 140.82.113.4
works, but 140.82.113.4/raycast/extensions/issues/7020
does not; it just opens up a tab at about:blank
for some reason. It does work, however, if the full path also includes the https://
at the beginning.
Hi @nukesean. A commit has been fixed to fix the issue of not being able to open Ipv4 URLs
Closing since its merged 🙂
Extension
https://www.raycast.com/koinzhang/open-path
Description
The extension works perfectly for everything except URL schemes. Specifically, whenever the command is invoked to open a deeplink, it just searches Google for the URL, instead. See demo here: https://imgur.com/a/QBfExVk.
Steps To Reproduce
Current Behaviour
No response
Expected Behaviour
No response