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
I have an application where I would like to allow the user to export the data. Since downloading isn't implemented in textual-serve yet, I decided to just provide the user a link which should be clickable in the browser. It seems like XTerm.js doesn't support this out the box, but has an official addon for this:
I have an application where I would like to allow the user to export the data. Since downloading isn't implemented in textual-serve yet, I decided to just provide the user a link which should be clickable in the browser. It seems like XTerm.js doesn't support this out the box, but has an official addon for this:
https://github.com/xtermjs/xterm.js/tree/master?tab=readme-ov-file#addons
https://www.npmjs.com/package/@xterm/addon-web-links
This might be useful to add for textual-serve.
The text was updated successfully, but these errors were encountered: