Skip to content
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

Allow copy and pasting of image files. #6041

Closed
aztecbinaynay opened this issue May 31, 2021 · 2 comments
Closed

Allow copy and pasting of image files. #6041

aztecbinaynay opened this issue May 31, 2021 · 2 comments
Assignees

Comments

@aztecbinaynay
Copy link

aztecbinaynay commented May 31, 2021

In a markdown cell, it would be super neat if I could put in pictures there by both copy and pasting an image and by selecting an image from any directories in my computer without the need for code. This would enable me to teach python programming in a more visual way.

@agoatboi
Copy link

agoatboi commented Jun 1, 2021

Currently, there is an option to do this through the base64 encoding of the image. You would use the following in a markdown cell:

![](data:image/jpeg;base64,***Image base64 code***)

I would very much like if this were automatically done when pasting image content in a cell.

@DonJayamanne
Copy link
Contributor

Duplicate of #5774, microsoft/vscode#119961

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants