Copy richtext #995
vydimitrov
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all, I am struggling a bit here to find a good way to copy richtext with Glide. From what I found the data grid works only with copying strings, but to copy a richtext we will need to use
ClipboardItemwithtext/htmlor some alternative. I inspected the Google spreadsheet copy to clipboard and it seems they useClipboardItembecause in the clipboard we have both mime types -text/plainandtext/htmlfor all columns and rows even when they are not rich, just plain text. Ideally, we should have the same functionally :) I know that it is a lot of work to make it happen so I was wondering if someone came up with some custom copy/paste or can share some insights on how something similar can be built it would be fantastic.Thanks for the great product!
Beta Was this translation helpful? Give feedback.
All reactions