zhaouv / vscode-markdown-everywhere

Embed and highlight and preview markdown in any language which support line-comment or block-comment for vscode.
https://marketplace.visualstudio.com/items?itemName=zhaouv.vscode-markdown-everywhere
Apache License 2.0
9 stars 3 forks source link

[Feature request] Setting to open preview automatically for supported languages #14

Closed cdfa closed 2 months ago

cdfa commented 2 months ago

Hi, I would like to open the markdown preview by default when I open a supported file type. Can we have a setting to enable this behaviour?

zhaouv commented 2 months ago

I'm not particularly interested in this feature. You can send a pr for it.

zhaouv commented 2 months ago

I'd like this better.

"markdown-everywhere.auto-preview": {
                    "type": "array",
                    "default": [],
                    "description": "Automatically open the Markdown preview to the side when opening an editor with a listed language. e.g.[\"haskell\",\"purescript\"]"
                }
cdfa commented 2 months ago

Sure, could be useful :)