# all·markdown

All Markdown vs StackEdit

StackEdit is an in-browser Markdown editor with a large feature set — sync with Google Drive, Dropbox and GitHub, publishing to blogging platforms, LaTeX maths, UML and Mermaid diagrams, and offline support.

All Markdown compared with StackEdit
 All MarkdownStackEdit
Where documents are processedIn the browser tab, alwaysIn the browser, with sync and publishing going through services
Account requiredNone, everNone to write; provider accounts to sync or publish
Sync and publishNone by designGoogle Drive, Dropbox, GitHub, blogging platforms
LaTeX maths and diagramsNot supportedLaTeX, UML and Mermaid
Export formatsPDF, Word .docx, standalone HTML, Markdown, rich textMarkdown, HTML, PDF and styled variants
Import and convert.docx, .html, PDF and pasted rich text convert to MarkdownMarkdown files and synced documents
Interface sizeDeliberately smallLarge, with settings and extensions
Works offlineYes, and installable as an appYes, through a service worker

Open the editor

Two different bets

StackEdit bets that a Markdown editor should do everything: maths, diagrams, sync, publishing, workspaces, extensions. It is a serious piece of software and the bet pays off if you need those things.

All Markdown bets the opposite way. It does one category of thing — write, preview, convert, export — and it does it without a server. There is no sync because there is nothing to sync to, and that is not an omission; it is what the product is.

Where StackEdit is the better choice

Where this one is

What StackEdit does better

What All Markdown does better

Which to choose

StackEdit is the better tool if your Markdown contains maths or diagrams, or if you want it synced to Drive or published straight to a blog — those are things this editor does not do and is not trying to. All Markdown is the better tool when the document is confidential, when you are converting Word or PDF files rather than authoring from scratch, or when you want an editor you do not have to learn. If you are choosing on privacy alone, the distinction that matters is that StackEdit's best features require the document to move and this one has no mechanism that could move it.

Common questions

What is the main difference between All Markdown and StackEdit?
Scope and destination. StackEdit is a large editor built around synchronising and publishing documents to other services; All Markdown is a small one built around never sending them anywhere. Both edit Markdown in a browser tab with a live preview.
Does All Markdown support LaTeX or Mermaid diagrams?
No. StackEdit does, and if your documents contain equations or diagrams it is the better choice for that reason alone. All Markdown covers GitHub Flavored Markdown — headings, lists, tables, task lists, code blocks with syntax highlighting, footnotes and front matter.
Can I move my documents from StackEdit to All Markdown?
Yes. Export them from StackEdit as .md files and drop them anywhere on the editor page, or paste the Markdown straight in. Nothing is uploaded when you do — the file is read by the browser, not sent to a server.
Do my documents stay on my device?
Yes. They are held in this browser's local storage and never transmitted. Closing the tab keeps them; clearing the browser's data or using the Reset button removes them, and there is no copy anywhere else because none was ever made.
Which is faster?
Both open in a browser tab, so neither has an install to wait for. All Markdown ships a deliberately small critical path and loads the heavier converters only when you ask for one, which makes the first paint quicker; StackEdit does more once it is running.

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