Preview for qmd files in VS code. #4381
Closed
Adam-Antios
started this conversation in
Feature Requests
Replies: 2 comments
-
See here about this : quarto-dev/quarto#89 Thanks for the feedback |
Beta Was this translation helpful? Give feedback.
0 replies
-
Closing as completed in quarto-dev/quarto#89 |
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.
-
In the case of .md files, VS Code has a live preview feature at hand without the need for launching a server. It is easy to work on the files without a fuss.
On the other hand, Quarto has the preview server, but as a workflow it is more cumbersome when you simply want to view a markdown file you work with. Moreover, the quarto preview actually creates an html file along with miscellaneous resources.
Given that .qmd files are markdown, can't you activate the same functionality? Obviously the most advanced features will not be rendered in the live preview but there will be at least the base functionality.
Beta Was this translation helpful? Give feedback.
All reactions