EasyMD logo EasyMD
한국어 Open editor →

Frequently asked questions

What people ask before they start using EasyMD

Yes, completely. There is no paid tier, no feature gate, and no trial period — every feature is available from the start. Running costs are covered by the ads shown on the page. There is no cap on how many documents you create or how long they get.

No. Open easy-md.com, open the editor, and you can start writing immediately. There is no email verification and no social login. Because your documents are never stored on a server, there is nothing an account would be needed to identify.

No. Everything you write is kept in the storage of the browser you are using (localStorage) and is never sent to an EasyMD server — there is no server that receives documents. This cuts both ways: nobody else can see your writing, but clearing your browser data deletes it too.

Yes. Come back in the same browser and everything is as you left it, because localStorage survives closing the browser. Two exceptions: anything written in a private or incognito window disappears when the window closes, and choosing "Clear cookies and site data" in your browser settings deletes stored documents along with everything else.

Two ways. For something you just did, Ctrl+Z undoes it. If you have gone past what undo can reach, use the version history: EasyMD saves a snapshot of the document every 5 minutes and keeps up to 20 of them. Open the history tab in the document list, pick a point in time, and one click restores it.

No. About 1.2 seconds after you stop typing, the document saves itself — the indicator in the header changes from "Saving…" to "Saved" when it is done. On top of that, a snapshot is written to the version history every 5 minutes. Ctrl+S is only for when you want to mark a specific point yourself.

If the page is already open, yes — you can keep writing and saving with the connection down, because editing and saving both happen inside the browser. But EasyMD does not support offline installation (PWA), so with no connection you cannot open the site fresh or reload the page. On a flight or a train, open the tab beforehand and avoid refreshing.

Markdown (.md), PDF, and Word (.docx). Markdown gives you the raw source, ready to move into GitHub, Obsidian, or another editor. PDF goes through your browser's print dialog — choose "Save as PDF" as the destination. Word keeps headings, lists, and tables intact, which suits documents you have to hand in.

Use "Copy share link" in the export menu. The document is compressed into the URL itself, so nothing is uploaded to a server and whoever opens the link gets the content back. The longer the document, the longer the link — for anything substantial, exporting a Markdown or PDF file is more practical. Real-time collaborative editing, where several people edit the same document at once, is not supported.

Yes. Tabs at the top let you keep multiple documents open and switch between them with one click. Closing a tab does not delete the document — it stays in the document list and can be reopened at any time. Each document saves separately and keeps its own version history, so meeting notes and a blog draft never get mixed together.

No. Documents live in each browser rather than on a server, so there is no sync between devices. Even on the same computer, something written in Chrome will not appear in Safari. To move between devices, export a Markdown file and open it elsewhere with Ctrl+O, or copy the share link.

Yes. Symbols turn into formatting as you type them, so there is no syntax to memorise. Select any text and a toolbar appears with bold, italic, and colour; type a slash (/) on an empty line and you can pick headings, lists, tables, and code blocks from a menu. If you want to learn the syntax itself, the Markdown syntax guide covers it.

Typing / on an empty line opens a menu with ten blocks: Heading 1, Heading 2, Heading 3, bulleted list, numbered list, checklist, code block, quote, table, and divider. Keep typing to narrow the list, use the arrow keys to choose, and press Enter to insert.

Choose "Table" from the slash menu and a grid picker appears — drag across it to set the size, and the first row becomes the header. With the cursor inside a table, a table toolbar appears automatically for adding and removing rows and columns, and dragging a column border changes its width.

Paste a screenshot with Ctrl+V or drag an image file onto the editor and it goes straight in, automatically resized to at most 1280px wide. Images are stored inside the document rather than on an external server, so links never expire — but a document with many photos gets large. Browser storage is finite, so for image-heavy documents it is worth exporting a Markdown file to keep.

Yes. Add a language name after the three backticks — js, python, java, and so on — and the code is coloured according to that language's rules. Around 200 languages are supported. Without a language name, the block is shown in a monospace font with no colouring.

Yes, the layout adapts to the screen, so writing and saving work in a mobile browser. That said, editing tables repeatedly or leaning on keyboard shortcuts is far easier on a computer. On a phone, EasyMD suits quick notes and checking a draft on the move.

Yes. The theme menu at the top offers light, dark, or following your system setting. With the system option, the editor darkens when your operating system switches to night mode. Your choice is remembered for the next visit.

They are for different jobs. Notion is strong at team collaboration, databases, and permissions, but it needs an account and your documents live on Notion's servers. EasyMD has none of that — in exchange, you can start writing the moment the page loads, your documents never leave your browser, and you can take the result away as plain Markdown. For documents a team will maintain over time, Notion. For a document you need to write now and export as a file, EasyMD.

Yes. Tables, checklists, and code blocks — the things READMEs are made of — all work, and exporting a Markdown file gives you something you can commit directly. One caveat: GitHub strips the style attribute for security, so text colour set in the editor will not apply on GitHub. Use bold or blockquotes for emphasis there instead.

Yes. Google AdSense ads cover the running costs, and Google Analytics and Cloudflare Web Analytics are used to see which pages get used. Cookies are involved in that. The contents of your documents are never sent to any of them. What is collected and how to opt out is set out on the privacy policy page.

Yes, the source code is public on GitHub — you can check in the code itself that documents really are not sent anywhere. Bug reports and feature suggestions are welcome through GitHub Issues. Note that the code is MIT licensed but the blog articles are not; see the LICENSE file for the split.

Related pages

  • Markdown syntax guide — headings, lists, tables, and links in one pass
  • Use cases and walkthroughs — meeting notes, READMEs, and blog drafts step by step
  • Templates — document formats to copy and fill in
  • Keyboard shortcuts
  • Compared with other Markdown editors — including when EasyMD is the wrong choice
  • Privacy policy — what is collected and how to opt out

Still have a question?

Anything not covered here, plus bug reports and feature suggestions, can go to GitHub Issues. The repository is public, so you can also read the source directly.

Open GitHub Issues →
← Back to EasyMD
Markdown syntax guideTemplatesUse casesEditor comparisonShortcutsAboutFAQChangelog
Privacy policyTerms of service GitHub Contact help@easy-md.com 한국어

© 2026 EasyMD