DEV Community

DeChamp
DeChamp

Posted on • Updated 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.

Top comments (71)

Collapse
 
pantsme profile image
Antonio Savage

Aside from HackMD which was mentioned, another good one is StackEdit. Syncs right up to your Google Drive if you want it to and all your docs can be stored there, in the magical cloud! Straightforward and free, oh and the best part for you, you can customize the keyboard shortcuts so VIM it up~!

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
christianklauss profile image
Christian Klauss

After comparing a good amount of markdown editors (requirement: multi-platform) I went with Typora. It's a pretty powerful "What You See Is What You Mean"-editor that offers versions for Windows, Mac and Linux.

typora.io/

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
clflowers5 profile image
Chris Flowers

I use Boostnote boostnote.io

It's got that vim mode DeChamp loves 😁

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
dechamp profile image
DeChamp

Awww shit! Thanks broski!! Hope you’ve been well.

Collapse
 
clflowers5 profile image
Chris Flowers

You keep showing up in my Google feed man, I'm becoming an involuntary stalker 😃

Thread Thread
 
dechamp profile image
DeChamp

Ha ha where did I show up this time?

Collapse
 
siatwe profile image
Simon Weis
Collapse
 
lesha profile image
lesha 🟨⬛️

This is a correct answer.

All those web-based editors are bloat imo

Collapse
 
siatwe profile image
Simon Weis

Yes may be, but anyone can choose what they think is best. :)

Collapse
 
moopet profile image
Ben Sinclair

This works with regular Vim as well.

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
emgodev profile image
Michael

I don't use any Markdown editors, but this topic made me curious. I normally used Pandoc to convert my markdown documents, but since I use EMACS, I found Markdown Mode

Collapse
 
dechamp profile image
DeChamp • Edited

I love that you are staying in the terminal, well played! Thank you, added to list in post.

Collapse
 
houghtonap profile image
Andrew Houghton

I use VS Code with the Markdown Preview Enhanced (MPE) plug-in. Solid Markdown editor for Windows. I use it to generate docs from my code for VBA and JavaScript. Been using Notable recently and it looks nice too. Have used StackEdit, but sync with my Google drive just wasn't reliable.

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
patchmonkey profile image
patchmonkey

Joplin! As someone who uses Evernote for almost everything and is really annoyed by the lack of MD support, I've been using Joplin for technical learning and code snippets.

Collapse
 
dechamp profile image
DeChamp

I tried evernote, but that fact that they didn't even have find/replace drove me nuts!

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
raguay profile image
Richard Guay

My favorite ones, in order, are: MWeb, The Archive, and Quiver. I typically start in The Archive, and print/spell check/grammar check from Mweb. Quiver I use for code snippets using my Alfred workflow to paste them.

Collapse
 
cjbrooks12 profile image
Casey Brooks

I will second Quiver, I've been using it for years. One of my favorite features is that you can switch between WYSIWYG and Markdown modes, and how you can include multiple "blocks" within a single document.

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
klamping profile image
Kevin Lamping

I've used IA Writer for my personal blog and like it for standard writing, but it doesn't support coding tutorial formats very well (e.g. code snippets are hard to get formatted right).

Recently I installed a markdown plugin for Sublime Text and like how it works. I use ST as my coding editor, so it integrates well with all the keybindings I already know. It's missing some features, but overall seems to be worth the switch.

Collapse
 
dechamp profile image
DeChamp

Nice, I'll look at that one. I love sublime but for coding I stick to the jetbrain products, I've tried to move away from them just for the sake of giving it a try, I just can't. They are to much of an amazing product to give up.

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
DeChamp

very cool!

Collapse
 
calebwin profile image
Caleb Winston • Edited

Typora is what I use for all my project READMEs and random MD stuff. The UI looks great and it's actually native.

I like it! 😃

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
peterwitham profile image
Peter Witham

I have played with more than a few, full disclosure they are mostly Mac based. The one I always return to us Ulysses for Mac and iOS.

I find the simplicity of navigation and clean UI a great way for me to work with quick notes through to full articles and documentation.

My second choice is SublimeText 3 just because it always seems super fast at everything :)

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
klvenky profile image
Venkatesh KL

I am not someone who writes amazing markdowns nor lot of READMEs. So,I just like vscode with the inbuild preview feature, seeing the live output on my right

Collapse
 
labibllaca profile image
labibllaca

I would recommend you HackMD. It's pretty up to date, small and everything one like myselfe needs. So give it a try.

Cheers, Labi

Collapse
 
dechamp profile image
DeChamp

Awesome. It looks like there is community built around it as well? Do you take advantage of that?

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

Collapse
 
aligear profile image
aligear

I use the Bear app on iOS and it has a lot of features, like linking between notes and a powerful tag system.

Collapse
 
dechamp profile image
DeChamp

Thank you, added to list in post.

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