question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Actually make URIs "clickable"

See original GitHub issue

You can define .sublime-mousemap bindings, you just need to assign a command to an action like you do with keybindings.

Here are a few examples: Default (Linux).sublime-mousmap, some comment of mine.

Issue Analytics

  • State:closed
  • Created 11 years ago
  • Reactions:1
  • Comments:10 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
AmjadHDcommented, Jan 1, 2018

That doesn’t work for me, if the cursor is not already on the url, but this does:

{
  "button": "button1",
  "count": 1,
  "modifiers": ["alt"],
  "command": "open_url_under_cursor",
  "press_command": "drag_select",
}
3reactions
FichteFollcommented, Aug 28, 2019

You may also be interested in https://github.com/jfcherng/Sublime-OpenUri (a fork of https://github.com/vicke4/open_in_browser), which shows clickable phantom views that you can click on next to each url and also has lots of settings.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Launch app from non clickable uri - android - Stack Overflow
I have a custom URL that is a deep link to an app. The scheme is not http or https and as a...
Read more >
Make URIs clickable (#125) · Issues · GNOME / gtksourceview · GitLab
In a case of an URI to a file (like a link on a file in markdown/org/etc.) - a new tab with the...
Read more >
How to Turn Text into a Clickable Link (Create a Self ...
This tutorial shows how to create text that is hyperlinked in a discussion board post. The process is similar if authoring a digital ......
Read more >
Updating the Printable and Clickable URIs
You have a Web source containing content about your favorite movies. When users click one of those movies, they're currently redirected as per...
Read more >
Make app URIs (zotero:// etc) appear as clickable links #4875
I'm using OpenRefine to manipulate data which also has a presence in a desktop app which supports an app uri scheme.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found