ClickableUrls_SublimeText icon indicating copy to clipboard operation
ClickableUrls_SublimeText copied to clipboard

Underlines URLs in Sublime Text, and lets you open them with a keystroke.

Results 17 ClickableUrls_SublimeText issues
Sort by recently updated
recently updated
newest added

Ctrl+Alt+Enter to opena URL in Linux not working in Ubunt 20.4

per PEP 257, docstrings should be on the first line of a function (versus outside/above the function)

As an example: I use Devonthink for my research work and would like to keep references to some documents inside the things I write with Sublime Text like x-devonthink-item://3CD96079-4B91-47F7-BDE4-B0AC931AF87F?page=36 This...

This pops sometimes when closing views. ``` Traceback (most recent call last): File "D:\SublimeText\sublime_plugin.py", line 389, in run_callback expr() File "D:\SublimeText\sublime_plugin.py", line 452, in run_callback('on_close', callback, lambda: callback.on_close(v)) File "D:\SublimeText\Data\Packages\Clickable...

Hi. This may defeat the purpose of the plugin, but I'm looking to expand the protocols list supported. For example, if I had an ftp:\ url or an airmail:\ url...

Nice plugin! Would it be possible to have this behaviour too: **CTRL+ALT+ENTER on a filename opens it in a new tab of Sublime?** CTRL+ALT+ENTER on: * URL => browser *...

Similar to this: ![hyper-click](https://cloud.githubusercontent.com/assets/3202/19578519/51558bb4-971c-11e6-8ef2-d256da53d1da.gif) See https://github.com/aziz/SublimeHyperClick.

Some tools (like Tern for Sublime) also print URLs in console. It would be nice to have them clickable too.

Linux: chrome: OK terminal: webbrowser.get('firefox').open(url) -- OK sublime: browser=`firefox` -- OK url: OK webbrowser.get(browser).open(url) -- nothing happens