# all·markdown

All Markdown vs Obsidian

Obsidian is a free desktop and mobile app that turns a folder of Markdown files into a linked knowledge base, with backlinks, a graph view and a large plugin ecosystem.

All Markdown compared with Obsidian
 All MarkdownObsidian
CostFreeFree for personal use; paid for commercial and for sync
InstallationNone — open a tabDesktop and mobile apps
What it is forOne document at a timeA vault of linked notes, built over years
Backlinks and graphNot supportedThe main reason to use it
File system accessOpen and download files; no folder accessOwns a folder, edits files in place
SyntaxStandard Markdown and GitHub FlavoredStandard plus wikilinks, embeds, callouts and highlights
PluginsNoneA large community ecosystem
Convert to PDF or WordBuilt in, both directionsPDF export built in; the rest needs plugins
Works on a locked-down or borrowed machineYesOnly where you can install software

Open the editor

Obsidian and All Markdown get compared because both are private, both are free to start with, and both work on plain .md files. They are answers to different questions.

Obsidian answers where do my notes live. It takes a folder, indexes it, and gives you backlinks, tags and search across everything you have ever written. That is a commitment measured in years, and it is worth making.

All Markdown answers what do I do with this file. Someone sends you a README, you need a note as a PDF, a .docx has to become Markdown. One document, one job, no vault.

What Obsidian does better

What All Markdown does better

Which to choose

These are not really competitors. Obsidian is where you keep notes for years, and if that is what you want, use it — nothing here replaces backlinks or a vault. All Markdown is the tab you open when someone sends you an .md file, when you need one note as a PDF on a machine without Obsidian, or when you want to see what a note written with wikilinks actually looks like to a reader who does not have them. Most Obsidian users want both, and neither costs anything.

Common questions

Is there a free Obsidian alternative?
Obsidian is itself free for personal use, so the question is usually about something else — no install, no vault, or working on a machine you cannot install software on. All Markdown covers those and does not try to replace the knowledge base.
Can I open my Obsidian notes here?
Yes. A vault is a folder of ordinary .md files, so drop one in and it opens. Wikilinks and embeds render as literal text, because they are Obsidian's conventions rather than Markdown — which is exactly what they look like to anyone else reading the file.
Does this have backlinks or a graph view?
No, and it is not going to. Those need a vault the tool owns and indexes over time. A page that opens one document cannot build a graph, and pretending otherwise would waste your time.
How do I export an Obsidian note to PDF without Obsidian?
Paste it here and export. Useful when you are on a machine without the app, or when the note has already left the vault. The conversion runs in your browser, so a private note does not go to a service to become a PDF.
Which should I use?
Both, most likely. Obsidian for the notes you keep, this for the file someone sent you and the conversion you need once. They do not overlap enough to choose between.

Written from public information about Obsidian and from using it. Features change; if something here is out of date, the other project's own documentation is the authority, not this page.