-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
can images be copied from services like google document? #1633
Comments
I've run into this issue. Is it possible to pull the url from one of the clipboard items to upload it? Thanks! Copying an image from google docs puts two items in the clipboard. One is "HTML Format" and contains something like this:
The other is "Chromium Web Custom MIME Data Format" that defines itself as
|
Added pull request #1768 |
Fixed at 12.2.13 |
@codespaced thanks for the investigation. |
When i copy text from wikipedia article (which includes images and html text) the clipboard contains the image data (basically the url of the image).
When the same procedure is followed from google document, the following error happens.
The above error is happening only if the copied text from google document contains images.
It would be great if anyone could suggest how to solve this issue.
The text was updated successfully, but these errors were encountered: