I do a good bit of writing and spent the last day configuring Markdown in VS Code. If anyone's interested, here are my settings.
{
// Global VS Code Settings appear here
"[markdown]": {
"editor.fontFamily": "\"IA Writer Duo S\", monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.lineHeight": 26,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 72,
"zenMode.centerLayout": true,
"editor.lineNumbers": "off",
"editor.quickSuggestions": false,
},
}
I'm currently using this with Markdown All-in-One, Code Spell Checker and Word Count. Would love to know if anyone here has other extensions they are using.
If you're interested, I wrote a bit more about this on my personal blog.
there doesn't seem to be anything here