ulyssa / iamb

A Matrix client for Vim addicts
https://iamb.chat
Apache License 2.0
608 stars 45 forks source link

feature request: terminal hyperlink support #285

Open notramo opened 4 months ago

notramo commented 4 months ago

All modern terminal emulators support hyperlinks, that can be clicked, similarly to anchor tags in browsers. https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda

Nemo157 commented 1 month ago

This really needs upstream support from ratatui: https://github.com/ratatui/ratatui/issues/1028

There is an example of implementing a hyperlink widget while hacking around some ratatui issues which might be usable, but it looks like it'd need a large refactoring of how messages are rendered to not just be a single Text widget.