-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "copy to clipboard" support #12
Comments
@willmcgugan, any thoughts on this? I'd really like this feature too and it sounds like it would be straightforward to add with the right instructions available for rebuilding the static files. |
Yes, we can add that. And we will open source the JS as well. |
I would love this, how can I help/get started contributing to Textualize? |
@willmcgugan Any updates? Would love to help make this happen if you need help with anything 🙂 |
It's on the roadmap. But we are quite busy. May be a few weeks yet... If you need it for something commercial, you could sponsor the work. |
Textual
App
class methodcopy_to_clipboard
was added in version 0.57.0.Currently using this method with the web interface does not copy the text to the clipboard.
It's possible to add this feature by adding the
xterm.js
addon-clipboard module.Since all the sources were packed with
Webpack
It's not possible for anyone to add any other modules they might want - may I also request publishing the files and instructions for building thetextual.js
file?Thank you!
The text was updated successfully, but these errors were encountered: