Vscode-markdown: Compile to HTML and open

Created on 20 Jan 2020  ·  2Comments  ·  Source: yzhang-gh/vscode-markdown

Thank you for the wonderful plugin.
Question: I use the compile to HTML a good number of times, Is there a way I can compile it to HTML and open it with default browser? instead of going to file and opening it?
How can I keep a short cut for it? or A new command where it can run the print to html and open the file in browser.

Question Needs TagFix

All 2 comments

There is an option markdown.extension.print.onFileSave you can have a try.

As for live updating in the browser, I suggest Live Server extension. It is easy to use.

markdown.extension.print.onFileSave is good.
I am not looking for live update, but open the html once saved.

Was this page helpful?
0 / 5 - 0 ratings