-
Notifications
You must be signed in to change notification settings - Fork 43
Closed
Labels
Description
Discussed in quarto-dev/quarto-cli#4381
Originally posted by @Adam-Antios February 16, 2023
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.