# all·markdown

All Markdown vs Dillinger

Dillinger is a long-running open-source Markdown editor that runs in the browser, with a split editor and preview and optional linking to Dropbox, Google Drive, OneDrive and GitHub.

All Markdown compared with Dillinger
 All MarkdownDillinger
Where documents are processedIn the browser tab, alwaysIn the browser, with some operations and integrations going through servers
Account requiredNone, everNone to write; an account with the storage provider to sync
Cloud storage linksNone by designDropbox, Google Drive, OneDrive, GitHub
Export formatsPDF, Word .docx, standalone HTML, Markdown, rich textMarkdown, HTML, PDF, styled HTML
Import and convert.docx, .html, PDF and pasted rich text convert to MarkdownMarkdown files and linked cloud documents
Multiple documentsTabs, autosaved locallyOne document at a time, plus documents in linked storage
Works offlineYes, and installable as an appNeeds the site loaded; integrations need the network
Open sourceNoYes, self-hostable

Open the editor

What these two are for

Both are Markdown editors you open in a browser tab. Both give you the source on one side and a rendered preview on the other. The difference is not the editing — it is what happens to the document.

Dillinger is built around linking your writing to storage you already have: Dropbox, Google Drive, OneDrive, GitHub. That is genuinely useful, and it means the document travels through services.

All Markdown is built around the opposite promise: the document never leaves the tab. There are no accounts to connect, so there is nothing to connect it to. The trade is real, and which side of it you want depends entirely on the document.

Where Dillinger is the better choice

Where this one is

What Dillinger does better

What All Markdown does better

Which to choose

Pick Dillinger if you want your Markdown sitting in Dropbox or a GitHub repo and you are happy for a service to broker that. Pick All Markdown if the document is the sensitive part — a contract, a draft, an internal memo, a document you simply do not want in someone else's storage — or if you need to turn Word files into Markdown and back without uploading them. They are answers to two genuinely different questions, and the answer to "which is faster to open and start typing in" is neither: both are one page load.

Common questions

Is All Markdown a drop-in replacement for Dillinger?
For writing, previewing and exporting, yes — both give you a split editor with a live preview and export to the usual formats. It is not a replacement if you rely on Dillinger's Dropbox, Drive, OneDrive or GitHub links, because All Markdown deliberately has no cloud connections at all.
Does All Markdown send my document anywhere?
No. There is no upload, no account and no server-side rendering. Everything — parsing, preview, PDF, Word, HTML — happens in JavaScript in the tab you have open, which is why it keeps working with the network switched off.
Can I import a document I already have in Dillinger?
Yes. Copy the Markdown out of Dillinger and paste it in, or export it as a .md file from Dillinger and drop that file anywhere on the page. Nothing is transmitted when you do either.
Which one handles Word documents better?
All Markdown converts both directions — drop a .docx in and get Markdown, or export Markdown as a real .docx that opens in Word, Pages, LibreOffice and Google Docs. Dillinger is focused on Markdown itself rather than Office formats.
Is Dillinger still maintained?
Dillinger is an established open-source project and its source is public, so its activity is visible on its repository. Its long-standing interface is one of the reasons people stay with it. Check the project directly rather than trusting any comparison page — including this one — on how current it is.

Written from public information about Dillinger 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.