DEV Community

Discussion on: Which markdown editor do you use?

Collapse
 
dmfay profile image
Dian Fay

The whole point of Markdown is it's easy to write it in a regular text editor. I use neovim for everything anyway, why switch for a single filetype? It even does syntax highlighting, and there's a plugin to generate a table of contents.

Collapse
 
val_baca profile image
Valentin Baca

Same here. Vim or Sublime w/ Vintage Mode

However, occasionally markdown breaks the "pure text" model (usually when working with lists). I've tried using a markdown editor but I end up missing visual mode too much.