92 Markdown Editors and Tools for All Your Writing Needs
Markdown is gaining popularity among writers, developers, and content creators due to its versatility. It is a free markup language you can use to format plain text and generate different outputs. It implies that you do not have to invest in expensive software anymore to create and publish diverse content. It is widely used, and because it’s just ASCII text after all, it is future-proof.
In nearly every way, Markdown is also the ideal syntax for taking notes. With Markdown you can quickly format text by adding headers, bolding and bulleted lists to your notes while surfing the web. It helps to format your text using simple characters – dashes, slashes, asterisks, etc. Instead of writing the whole text, you can use shortcuts. This reduces your finger effort, which can boost your writing speed.
The basics of Markdown are easy to learn, and it can quickly become second nature. We’ve compiled 92 Markdown softwares, editors, tools and resources available that are worth using in a wide variety of scenarios. You’ll also find tutorials and libraries to get your started in no time. Happy writing and programming!
Editors
- Abricotine
Lightweight markdown editor built with Electron with built-in realtime preview. - Caret
Markdown Editor for Mac and PC. - iA Writer
iA Writer is designed to provide the best writing experience on Mac OS, iOS and Android. - Markdownify
A minimal Markdown Editor desktop app. - Mark Text
Next generation Markdown editor (built with Electron). - PileMd
Markdown Note App. - StackEdit
In-browser markdown editor. - TOAST UI Editor
Extensible GFM Markdown WYSIWYG Editor - Typora
A minimal Markdown editor. - Notable
The Markdown-based note-taking app that doesn’t suck. - Boostnote
A markdown editor for developers. - Trilium Notes
A hierarchical note taking application with focus on building large personal knowledge bases. - Joplin
An open source note taking and to-do application with synchronisation capabilities. - Visual Studio Code
An open source code editor with built-in markdown preview and many markdown extensions. - Quiver
A notebook built for programmers. - Bear
A beautiful, flexible writing app for crafting notes and prose. - Obsidian
Notebook editor with Mermaid support
Linters
- Markdown Lint Tool
Tool to check Markdown files and flag style issues. - Markdownlint
Node.js style checker and lint tool for Markdown/CommonMark files. - remark-lint
Markdown code style linter. - textlint
Pluggable linting tool for text and markdown. - markdownlint
Markdown linting and style checking for Visual Studio Code.
Miscellaneous
- Dillinger
Dillinger is a cloud-enabled, mobile-ready, offline-storage, AngularJS powered HTML5 Markdown editor. - GitDown
GitHub’s Markdown preprocessor. - HackMD
HackMD lets you create realtime collaborative Markdown notes on all platforms. - Laverna
Laverna is a JavaScript note taking application with Markdown editor and encryption support. - Markdown Magic
Automatically format markdown files and sync external docs/src code - Markdown Tables Generator
Visual Markdown table builder with CSV importing support. - mdformat
CommonMark compliant Markdown formatter - remark
Markdown processor powered by plugins - termd
Markdown renderer for the terminal with syntax highlighting.
Other Related Posts
- 20 Handy List Of Books, Websites And Tools To Help You Improve Your Copywriting And Persuasion Skills – 2021
In this post, you’ll find 20 resources to help you with your copyrwiting tasks, including 7 highly recommended books, 6 well renowned websites and 7 amazing tools. Not everything is free but definitely something worth investing into. The vast amount of information may take a while to digest, so take your time and all the best in your current and future writing projects! - 150 Student Writing Prompts For Blogs, Digital Portfolios, Or Websites – 2020
If your students have their own blog, digital portfolio, or website, you may have found that their enthusiasm for writing was initially high. Students typically can’t wait to unleash their creativity and publish on their own online space, often for an authentic audience. - Other free writing ebooks and resources
- Other free tools & softwares – For your reading and writing activities.
Presentations
- gitpitch
Markdown Presentations For Everyone on GitHub, GitLab, Bitbucket, GitBucket, Gitea, and Gogs. - hacker-slides
Minimal UI for building presentation slides from markdown. - Marp
Markdown presentation ecosystem. - mdp
Command-line based Markdown presentation tool. - remark
A simple, in-browser, Markdown-driven slideshow tool targeted at people who know their way around HTML and CSS. - reveal.js
Open source HTML presentation framework with Markdown support
Services
- Daux.io
Daux.io is an documentation generator that uses a simple folder structure and Markdown files to create custom documentation on the fly. - GitBook
GitBook is a modern publishing toolchain. Making both writing and collaboration easy.
RESOURCES
Documentation
- CommonMark
Strongly defined, highly compatible specification of Markdown. - GitHub Flavored Markdown Specifications
The formal spec for GitHub’s Markdown, based on CommonMark. - Original Specifications
The place to start with Markdown. - Pandoc’s Markdown
Pandoc has its own, powerful markdown implementation. It consists of several addional extensions. - ScholarlyMarkdown
ScholarlyMarkdown is a syntax/standard/best-practice of scholarly and academic communication that is web-first, semantic XML-second, and LaTeX/Word a close third. - Stack Overflow Markdown Documentation (archived)
Well organized Markdown documentation. - Stack Overflow Markdown Questions
Highest voted Markdown questions on Stack Overflow. - The text/markdown Media Type (RFC7763)
This document registers the text/markdown media type for use with Markdown, a family of plain-text formatting syntaxes. - Wikipedia Article
Tutorials
- GitHub’s Mastering Markdown
- how-to-markdown
This workshopper will teach you how to use Markdown. - Interactive Markdown Tutorial
- Markdown Cheatsheet
Where to look when you don’t remember the syntax! - Markdown Guide
A concise, barebones guide to Markdown.
CMS / Blogs
- Ghost
Publishing platform for professional bloggers. - Grav
Modern Flat-File CMS. - Hexo
A fast, simple & powerful blog framework - Hugo
Fast & Modern Static Website Engine. - Jekyll
Transform your plain text into static websites and blogs. - Pelican
Static site generator that requires no database or server-side logic. - Svbtle
Blogging platform designed to help you think. - Vuepress
Minimalistic Vue-powered static site generator. - Laravel CommonMark Blog
Static-generator to use with Laravel. Utilizes CommonMark and FrontMatter and publishes directly into the public-folder.
LIBRARIES
C
- cmark
CommonMark parsing and rendering library and program in C. - Hoedown
Standards compliant, fast, secure Markdown processing library in C (Sundown fork). - peg-markdown
An implementation of Markdown in C, using a PEG grammar. - Sundown
Standards compliant, fast, secure Markdown processing library in C.
Java
- commonmark-java
Java implementation of CommonMark, a specification of the Markdown format. - flexmark-java
Java Implementation of Markdown parser with source level AST.
JavaScript
- markdown-it
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. - marked
Full-featured Markdown parser and compiler, written in JavaScript. Built for speed. - mmarkdown
Interpret mmd fenced code blocks in a markdown file and generate a cooler version of it. - Showdown
Showdown is a JavaScript Markdown to HTML converter, based on the original works by John Gruber. - Snarkdown
Snarkdown is a dead simple 1kb Markdown parser.
Perl
- Markdown.pl
John Gruber’s original Markdown library.
PHP
- commonmark
Highly-extensible PHP Markdown parser which fully supports the CommonMark and GFM specs. - parsedown
Better Markdown Parser in PHP. - php-markdown
Parser for Markdown and Markdown Extra derived from the original Markdown.pl by John Gruber.
Python
- markdown-it-py
Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed. Now in Python! - markdown2
Fast and complete implementation of Markdown in Python. - Mistune
The fastest Markdown parser in pure Python with renderer feature. - PyMdown Extensions
A collection of extensions for Python Markdown. - Python-Markdown
Python implementation of John Gruber’s Markdown.
Ruby
- kramdown
kramdown is a fast, pure Ruby Markdown superset converter, using a strict syntax definition and supporting several common extensions. - Redcarpet
Redcarpet is a Ruby library for Markdown processing that smells like butterflies and popcorn.
Converters
- Dimer Markdown
converts Markdown to HTML or to JSON. - HTML To Markdown for PHP
Convert HTML to Markdown with PHP. - markdown-pdf
Markdown to PDF converter. - Markdown to PDF
Simple and useful website for converting Markdown to PDF. - Pandoc
Universal document converter. - Torsimany
Translate format-independent JSON to stylish, human-readable Markdown. - turndown
HTML to Markdown converter written in JavaScript. - clipboard2markdown
Website to paste content and get a markdown version. Works on any modern browser with JavaScript.