Open icruces opened 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!
Also came across this question, the solution is:
"markdown-preview-enhanced.previewMode": "Previews Only"
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:
What is the equivalent with markdown-preview-enhanced?
Thanks!