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.47k stars 173 forks source link

Preview not opening by default when markdown files are opened. #1707

Open kmineroff95 opened 6 years ago

kmineroff95 commented 6 years ago

Whenever I open an .md file, I need to manually toggle the preview again. I check the setting for “open when markdown file is opened” and reinstalled the package but it still isn’t working.

(OS X High Sierra)

shd101wyy commented 6 years ago

@kmineroff95 show me a screenshot of your package settings?

kmineroff95 commented 6 years ago

img_7280

shd101wyy commented 6 years ago

Right now you are using one preview. Unchecking Open Only One Preview might work for you.

kmineroff95 commented 6 years ago

I unchecked that box, it didn't produce any different results. When opening the program it still requires that I manually toggle the preview.

shd101wyy commented 6 years ago

Ah I see what you mean. Yes, this plugin now doesn't save the state, so when you close the editor then reopen it, it will not restore the preview. I might support that feature in the future. Thanks