shd101wyy / vscode-markdown-preview-enhanced

One of the "BEST" markdown preview extensions for Visual Studio Code
https://shd101wyy.github.io/markdown-preview-enhanced
Other
1.48k stars 173 forks source link

How can I open the preview by default? #592

Open icruces opened 2 years ago

icruces commented 2 years ago

I would like to open the markdown preview by default when opening a markdown file instead of the source. With the VSC built-in markdown preview I can achieve it with:

"workbench.editorAssociations": {   
        "*.md": "vscode.markdown.preview.editor",
    }

What is the equivalent with markdown-preview-enhanced?

Thanks!

irvnriir commented 3 months ago

Also came across this question, the solution is:

"markdown-preview-enhanced.previewMode": "Previews Only"

close