-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Format content so that it looks pretty when copy & pasted #893
Comments
…). should significantly improve element-hq/element-web#893
still some work to be done here, but somewhat improved by the above commit. if chrome ever implements The only workaround I can see to hide other contents (initial-letter avatars and 6+ style avatar placeholders) is either to break the position-ing somehow to make them incredibly hard to select (ew), or render them as images via canvas (ew). |
Is this the bug about
ending up in the clipboard instead of something more readable? |
It would already help a lot if there were a space or colon after each timestamp and if the word "Options" is not coded in the alt-tag of the options-Button because the title tag is enough to show it on mouseover, but the title tag is not copied into the clipboard. |
This solves part of the problem that the word "Options" is copied in your clipboard. see element-hq/element-web#893
This solves part of the problem that the timestamp is gluing at the message, when copied in your clipboard. Example: 23:02test message see element-hq#893
It looks like |
This solves part of the problem that the timestamp is gluing at the message, when copied in your clipboard. Example: 23:02test message see element-hq#893
user-select doesn't work in general; on Chrome if you drag a selection over a |
It seems like in Chrome the formatting of the Copy Paste seems not that bad. In Firefox user-select is a solution |
Github's source view presents an interesting solution to this: use an empty element, with a CSS
... and stick the content in the |
So which is the better solution?
or
|
as per #893 (comment), user-select doesn't work (unless the browsers have fixed it). |
#7460 is/was also a bit about this and a PR of mine (matrix-org/matrix-react-sdk#2929) was merged to add |
Hmm, curious, the whole action bar does have |
Created by @ matthew:matrix.org.
The text was updated successfully, but these errors were encountered: