-
Notifications
You must be signed in to change notification settings - Fork 29.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to automatically open markdown in preview #54776
Comments
(Experimental duplicate detection) |
This would be a perfect solution! I am using vscode for nearly everything day in day out. And I built a private wiki/knowledgebase based on markdown files. An option like |
I definitely agree. This seems like a clear win to have an option for this. |
We use VSCode to teach Web Dev and Python and love to use markdown files for instructions. It would be incredibly helpful to have an option like markdown.defaultView to help those who are a bit less technical be distracted by the edit mode. |
Any news on this? Seems like this request is completely ignored. I am very afflicted because this simple tiny feature would make all other note-taking tools obsolete! Hey Devs...pull yourself together...pleeeaaase...and add this feature! I think it wouldn‘t be very hard to implement. |
Locking as none of the comments are anything but fancy +1s If you are actually interested in working on this feature and have ideas on how to implement it, please let me know (just open a separate issue and reference this one) |
This has actually be possible for a while. To change this, you can configure the default editor for "workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
} Use the |
Add a setting
markdown.defaultView
to automatically open .md files in preview mode instead of editing mode.This is so useful, because the most of time, I just want to read the .md files.
The text was updated successfully, but these errors were encountered: