adamerose / vscode-markdown-wysiwyg

https://marketplace.visualstudio.com/items?itemName=adamerose.markdown-wysiwyg
Other
14 stars 4 forks source link

Wysiwyg plugin makes git changes display useless #18

Closed TadeasPilar closed 2 weeks ago

TadeasPilar commented 3 weeks ago

Wysiwyg plugin completely takes over .md file editing. Can this be disabled? I would like to open all markdowns in raw text and only change to wysiwyg when I want to.

The most annoying downside of always wysiwyg editing is the git diff display. For any other text file, changes are displayed in red and green. When wysiwyg opens, the changes are still there, but the color is gone. This makes the changes very hard to spot, which is really not the point of such split window display.

image

adamerose commented 2 weeks ago

Duplicate of #16

Solution is to change the default editor back to plaintext. I'm not aware of any way to have my WYSIWYG as the default editor when directly opening .md files but not when opening them in a Git diff or File Compare context.

TadeasPilar commented 2 weeks ago

Ok, how do I do that? I am fine with plaintext as default everywhere. I was unable how change default editor.

adamerose commented 1 week ago

Right click a .md file, Open With, bottom option: image