Markdown vs Quarto (file type in VSCode) #1289
Unanswered
fuhrmanator
asked this question in
Q&A
Replies: 2 comments 1 reply
-
The problem is that many of the existing markdown behaviors don't work as expected with Quarto (e.g. realtime preview has no idea how to deal with many of our markdown constructs). So we generally want extensions to "opt in" to working w/ Quarto once they've confirmed that things go smoothly for users. It's typically as simple as requesting (or providing a PR) that an extension add the "quarto" file type to the ones they work with. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Yes, you can do that, but will lose pretty much all of the features of the Quarto extension at that point. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I use VSCode extensions for markdown files, but I think they're not working in .qmd files because they're no longer Markdown files, but Quarto files (and there's an extension for it). For example, with Markdown All in One I can select text, and if my clipboard has a hyperlink, I can paste over that texte and the extension transforms the hyperlink properly in Markdown (saves a lot of clicks).
Is there a general work-around to this? That is, Quarto should also be Markdown in terms of features in VSCode.
I'm not a VSCode expert. Thanks for any insight.
Beta Was this translation helpful? Give feedback.
All reactions