# all·markdown

Which Markdown editor is best?

It depends on two things: where you work, and whether you are keeping the document or passing it through. Below is what each editor is actually good at, including the things they do better than this one, because a comparison that only flatters the page it sits on is not worth reading.

The short answer

If you want to…Use
Open one file, convert it, and move onAll Markdown, nothing to install
Keep a linked knowledge base for yearsObsidian
Write long-form on your own machineTypora, if you will pay for it
The same, without payingMarkText
A workspace with databases a team can findNotion
Work on a locked-down or borrowed machineAnything in a browser tab

Most people end up with two: something that keeps their documents, and something that opens the one someone just sent them.

What they have in common

All of them edit Markdown and show you a preview. None of them require you to learn a new format, and any document you write in one opens in the others: that is the point of Markdown, and it is why switching costs almost nothing.

Where they differ

Mostly in where the document goes. Editors built around synchronising and publishing need it to travel; desktop applications keep it on your disk; this one keeps it in the browser tab because there is no server it could be sent to. The second difference is scope: some of these do maths, diagrams and publishing, and this one deliberately does not.

Common questions

Which Markdown editor is best?
There is no single answer, and the useful split is whether you are keeping the document or passing it through. For a knowledge base you build over years, Obsidian. For long-form writing on your own machine, Typora or MarkText. For a workspace a team shares, Notion. For opening one file and converting it with nothing installed, this.
Are these comparisons fair?
Each page is required to name at least two things the other tool does better, and several of them are decisive, diagrams, cloud sync, editing files in place. A comparison that only flatters the page it sits on is not worth reading, and readers spot it immediately.
Which Markdown editor is best for privacy?
Any editor that does its work locally, which includes desktop apps like Typora and this site. The distinction worth checking is whether a tool needs to send the document somewhere for its main features to work: sync, publishing and server-side rendering all mean it does.
Do I need to install anything to use All Markdown?
No. It runs in a browser tab with no account and no download, which is what makes it usable on a work laptop or a borrowed machine. It can optionally be installed as an app, which adds offline start-up and lets it open .md files from your desktop.
Is All Markdown free?
Yes. Every tool on the site is free and needs no account, and the free version stays that way: it runs on your device, so there is no plan to expire and nothing to lose access to. If a paid option is ever added it will be for something that needs a server, such as syncing between your devices, and it will sit beside these tools rather than replace them.