|
|
|
|
|
by ahoge
3914 days ago
|
|
As somone who doesn't like to configure and tweak stuff for hours, my favorite Markdown editor is VS Code. You only have to set "editor.wrappingColumn" to zero (viewport wrapping) and you're good to go. You can use tables, fenced code blocks (there is syntax highlighting too), and images (I use viewBox'd SVGs for my diagrams). And of course there is the usual split view and a live preview on whichever side you prefer. You can also customize the CSS if you want, but the default one looks fine, really. It does everything I need from a Markdown editor out of the box. https://code.visualstudio.com/Docs/languages/markdown (The right sidebar can be toggled with Ctrl+B.) |
|