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.

Add support for hyperlinks

See original GitHub issue

In 2017 some terminals gained support for hyperlinks.

It would be very nice if in addition to the other BBcode-style formats we can use, like [bold], we could also use [url].

Python can output hyperlinks like so: print("\033]8;;http://example.com\033\\This is a link\033]8;;\033\\")

An example BBcode-style implementation might be: [url="http://example.com"]This is a link[/url]

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:9

github_iconTop GitHub Comments

1reaction
acabalcommented, May 10, 2020

Works great, thanks! Awesome work!

0reactions
willmcgugancommented, May 10, 2020

Hyperlinks are in v1.1.0 now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create or edit a hyperlink - Microsoft Support
Select the text or picture that you want to display as a hyperlink. On ribbon, on the Insert tab, select Link. You can...
Read more >
supports-hyperlinks - npm
Start using supports-hyperlinks in your project by running `npm i supports-hyperlinks`. ... Install. npm i supports-hyperlinks ...
Read more >
Detect whether a terminal emulator supports hyperlinks - GitHub
Terminal emulators are starting to support hyperlinks. While many terminals have long detected URL's and linkified them, allowing you to Command-Click or ...
Read more >
Supports-hyperlinks NPM
Detect whether a terminal emulator supports hyperlinks. Terminal emulators are starting to support hyperlinks. While many terminals have long detected URL's ...
Read more >
Creating hyperlinks - Learn web development | MDN
Adding supporting information with the title attribute ... Another attribute you may want to add to your links is title . The title...
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