I wanted to write an extension that converts urls into clickable links. But it looks like there's no way to render html.

Related to https://github.com/zeit/hyperterm/issues/101
Maybe it's a bad idea to modify the output. We can also convert the links on hover or CMD+hover.
Like iTerm is doing it.
+1
See this: https://github.com/zeit/hyperlinks
I think we can close it.
@Dorian I think it can be possible to do this with some ANSI escape code. Xterm uses this to let scripts change window/term title. A plugin can intercept this sequences and use meta data inside (like URL)
Most helpful comment
Maybe it's a bad idea to modify the output. We can also convert the links on hover or CMD+hover.
Like iTerm is doing it.