Why do so many people stick to plain text documents for their notes and to-dos when we have all those fancy apps at our disposal? Well, sometimes the simplest solution is the best one. Markdown fits nicely into this philosophy, and there are many Linux Markdown tools you can use if you want to follow it.
When writing in Markdown, you use symbols like * and # to add structure to your document and emphasize parts of text. You can insert links, footnotes, quotes, code blocks, and lists, create tables, and write math formulas. Compared to HTML, Markdown looks much cleaner and more readable even when viewed in a basic text editor:
The plain and portable nature of Markdown allows you to modify your files in any text editor. However, to actually see what the formatting looks like, you’ll need a Markdown editor that can interpret the markup syntax. In other words, the app will translate your formatting instructions into a fully formatted text.
Does this sound like something you’d want to try? Would you like to create Markdown documents on Linux? Say no more. Here are ten great Linux Markdown editors to choose from.
1. CuteMarkEd
On top of that, CuteMarkEd displays a word and character count as you type, lets you export Markdown files to PDF and HTML, and makes it possible to write math formulas.
2. LightMdEditor
LightMdEditor makes it easy to insert images into Markdown documents and supports multiple tabs, so you can work on several files at once. The application window can be split vertically or horizontally, and you can also toggle a Table of Contents for every file. Finally, the interface can be transformed into one of two modes – Focus and Full Screen – for maximum productivity.
3. ReText
Other than that, it’s a well-equipped Linux Markdown editor with support for tabs, math formulas, and live preview. You can enable line numbers and highlight the current line, autosave documents, and insert special symbols from the practical drop-down menu.
4. Ghostwriter
With Ghostwriter you can quickly jump from one heading to another within a document, and highlight the current paragraph, line, or multiple lines. Another cool feature is the option to insert images by simply drag-and-dropping them into the application window.
5. Remarkable
Two relatively small things make Remarkable efficient: it automatically converts links to hypertext and shows inserted images in the live preview.
6. MarkMyWords
Since it’s so simple, this editor can serve as a playground for learning Markdown, or as a lighter alternative to the previously mentioned Remarkable.
7. Moeditor
8. Mango
9. Uncolored
You can navigate within a document with the Table of Contents tool, insert emojis, and embed interactive content such as YouTube, Vimeo, and Twitch videos, or even Facebook posts. Text formatting is especially practical, since it’s always accessible via floating icons.
10. Abricotine
If your writing usually includes a lot of images, Abricotine can really come in handy. It lets you insert images from URLs, add all images from a folder, and even embed YouTube videos into your Markdown documents.
Use Your Favorite Text Editor
There is a good chance that your favorite Linux text editor supports Markdown, so you don’t have to install yet another new app. In most cases, all you need is a plugin.
For Emacs:
Markdown Preview
Markdown Mode Plus
Emacs Markdown Mode
For Vim:
Markdown for Vim
Vim Markdown
Create Markdown Documents in the Browser
Another option for those who don’t want a separate Linux Markdown app: simply use the web browser. Web-based Markdown editors are a quick and easy solution. Some require you to stay online, while others work just as well offline.
StackEdit looks minimalistic, but sports a bunch of useful features: spell checker, live preview, Dropbox and Google Drive synchronization, and direct document publishing to GitHub, Tumblr, WordPress, and other services.
If you don’t care much about bells and whistles, try Minimalist Online Markdown Editor. To improve the way Firefox displays Markdown documents, consider installing the Markdown Viewer add-on. Chrome users can try the Markdown Preview Plus extension for the same purpose.
Bonus: 5 Advanced Linux Markdown Tools
We hope our round-up of Markdown editors for Linux got you interested, and that you’ll soon start creating your own documents. If you’re already proficient in Markdown, check out these helpful tools:
- Pandoc is a markup conversion utility with an impressive list of supported file formats. While most Markdown editors support only a couple of formats (usually PDF and HTML), Pandoc lets you convert your Markdown files to DOCX, EPUB, DocBook, OPML, LaTeX, and more. If you don’t want to use it in the terminal, Panconvert is probably the best GUI frontend that will make it easier for you.
- NoteHub is a pastebin service for Markdown files. You can share your documents with everyone, or protect them with a password.
- mdp can transform your Markdown documents into slides for a presentation. Since it’s a CLI application, the presentation is displayed in the terminal.
- Remark is a collection of plugins that can improve your Markdown documents. You can use them to clean up code in Markdown files, remove empty lines and paragraphs, modify headings, links, and images in files, and more.
- Allmark runs as a web server on your computer and renders Markdown files from a selected folder in your browser. It’s particularly useful if you’re writing an ebook in Markdown, as you can test the navigation and links between different pages.
SEE ALSO: How to Install Linux on Chromebook (Guide)
Now we would like to hear from you. Do you use a Markdown editor on Linux? Did we forget to include your favorite Linux Markdown app? Let us know in the comments!