DEV Community

Petry DeChamp Richardson
Petry DeChamp Richardson

Posted on • Edited on

What's your favorite Markdown editor?

The discussion

So I've been writing Markdown for years but never thought of using an official editor. I do use the ones that come from the Jetbrains suite (PHPStorm, WebStorm, Intellij, ...) but the plugin and default markdownn editors seem a little buggy in UI mode, so I keep them in text view.

My co-worker uses an official editor called LightPaper. I decided to look for my own today. I found a free one for mac called MacDown and so far I love it. It's simple and works.

I do miss my VI/M shortcuts (wanna learn vim? checkout Marc's post on it, there are 9 parts!, they are amazing!) in it but I guess I can live without them for the benefit of seeing both my raw markdown along with the UI version.

So list your editor, or if you just stick to raw. Thoughts on the topic? Editors, plugins, or anything else that is cool for Markdown.

I'm looking forward to your thoughts.

--DeChamp

List created from comments

I took the time to create a list and find the links to the referred editors suggested, for your easy use!


Varymade LLC.

Current projects are https://charactergenerator4000.com and https://coder.exchange. Please check them out and let us know your thoughts.

Latest comments (71)

Collapse
 
e5pe profile image
Esperanza Cutillas Rastoll

Hi! Recently I discovered an editor named Left. It has something that remembers me of vim or an editor like it

Collapse
 
beelzenef profile image
elena

VS Code!

Collapse
 
fanfan1609 profile image
Dat Vo

Thanks for your sharing.
I want to practice MD for writing.

Try and give my opinion soon.

Collapse
 
stonefruit profile image
stonefruit

Thanks for compiling the list from comments. I use Boostnote.

Collapse
 
liyasthomas profile image
Liyas Thomas

I created an open source online markdown viewer and editor called Marcdown.
It's lightweight, fast and clean. I wrote about it on dev.to and got immense support from my fellow devs πŸ§‘πŸ’›πŸ’™πŸ’šπŸ’œ

GitHub link

Collapse
 
e5pe profile image
Esperanza Cutillas Rastoll

it's awesome!

Collapse
 
dechamp profile image
Petry DeChamp Richardson

very cool!

Collapse
 
thewhitewulfy profile image
Alok Prateek

Try zettlr. It's new, open source and great to use.

Collapse
 
qm3ster profile image
Mihail Malo

I usually just stick to VSCode. Both when editing something inside a repo and if I just want some good formatting preview for comments/posts somewhere, since I likely have it open or at least within a click.
Sometimes I install Markdown All in One or Markdown Preview Enhanced.
Sometimes I don't.

Collapse
 
codemouse92 profile image
Jason C. McDonald

I just started using Remarkable, and overall, I'd say it's pretty good. Fast, nice theming, live preview, basic syntax highlighting...

My only gripe so far is the lack of any find or replace command, which makes some final checking awkward.

Collapse
 
zeljkobekcic profile image
TheRealZeljko

Vim or anything vim like. Currently I use emacs with the evil mode (basically vi(m) in emacs) which is awesome. Currently I use pandoc to convert markdown do presentations or pdf. Really nice tool.

Collapse
 
dechamp profile image
Petry DeChamp Richardson

Well then checkout boostnote and turn on vim via settings. I'm loving it so far.

Collapse
 
mathieujobin profile image
Mathieu Jobin

its a general editor, not specific to Markdown, but I use kate for everything

Some comments may only be visible to logged-in visitors. Sign in to view all comments.