You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for this great project. I wanted to ask if we could get an official solution to register links with any format.
Like https://github.com/LabhanshAgrawal/xterm-link-provider but... official 😅 The problem with that project is that it's not updated anymore, it uses an old Xtermjs version and it has some issues when handling line breaks & emojis (which I attempt to solve in that PR) but also incompatibilities with addon-fit (like links not formatting well if they end in the last character of a line).
I ask primarily because maybe you have a more generic solution working and it'd be a matter of just exposing it. I think a lot of users will find it useful!
The text was updated successfully, but these errors were encountered:
Isn't that basically the same as the web-links addon? Would the addon's API do for you?
Edit: Regarding your index issues in your PR - the index buffer mapping got reworked in the addon, as the old code (also partially used by xterm-link-provider) contained wrong assumptions about char progression on the terminal buffer.
Hi. Thanks for this great project. I wanted to ask if we could get an official solution to register links with any format.
Like https://github.com/LabhanshAgrawal/xterm-link-provider but... official 😅 The problem with that project is that it's not updated anymore, it uses an old Xtermjs version and it has some issues when handling line breaks & emojis (which I attempt to solve in that PR) but also incompatibilities with
addon-fit
(like links not formatting well if they end in the last character of a line).I ask primarily because maybe you have a more generic solution working and it'd be a matter of just exposing it. I think a lot of users will find it useful!
The text was updated successfully, but these errors were encountered: