How do I enable pasting figures in qmd files with VS Code? #8014
Answered
by
mcanouil
anupamsobti
asked this question in
Q&A
-
DescriptionI'm using Quarto for making a presentation and I often need to paste figures from screenshots/the web. VS Code seems to now support this natively for markdown files (https://stackoverflow.com/questions/75831497/how-can-i-paste-images-into-my-markdown-files-in-vs-code). How do I enable this for quarto markdown? |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Dec 22, 2023
Replies: 1 comment 1 reply
-
You can't currently, this is a feature request to do for the VSCode extension at https://github.com/quarto-dev/quarto. Note that if you change the document type to markdown VSCode can do what you are looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
anupamsobti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can't currently, this is a feature request to do for the VSCode extension at https://github.com/quarto-dev/quarto.
Note that if you change the document type to markdown VSCode can do what you are looking for.