-
-
Notifications
You must be signed in to change notification settings - Fork 250
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
Message content copy[/paste] #546
Comments
This also has potential connection/usage-with #352 |
This could be related to #543 (view/scrolling of single messages). |
We have a copy (clipboard) hook partially set up for the stream emails, so this seems more achievable now. Given we now have rendered and raw views (popups), we could support copying from each of those, depending if a user wants the raw or rendered text? A user would then be on a message and use |
@neiljp Looks interesting! Want to check it out as soon as possible. Can I take this up in the coming weeks, post some discussion? |
Adding a key to copy message content which can be then pasted. Implemented using preexisting `copy_to_clipboard` function Fixes zulip#546
At least within my terminal, copying a message using terminal selection does not work across multiple lines, as it also selects text in one or both of the side bars.
While we could work around this temporarily using autohide, it would be useful to be able to copy selected message(s) independently of how the UI is set up.
This could be for quoting in another stream, or external to ZT.
A feature like this has also been discussed for the webapp, so there may be reference on chat.zulip.org to this, particularly with respect to copying multiple messages (which could be a followup)
This is sort of a UI 'export', so we may want to explore different targets/formats, to include at least some kind of internal message buffer/reference and the native copy/paste buffer.
The text was updated successfully, but these errors were encountered: