Markdown Editor
A scratch Markdown editor with live preview — the same editor used for FA Docs, without the document. Open a .md file, edit it, and save it back to disk.
Editing happens entirely in your browser and your draft is kept in this browser's local storage on this device. Nothing is uploaded.
Downloads as
untitled.md0 words · 0 characters · 0 lines
Instructions
A Markdown scratchpad with a side-by-side live preview, for drafting notes, release notes or a README before it has a home.
- Type Markdown in the left pane — the right pane renders it as you go. The toolbar covers headings, bold, links, lists, code and tables.
- Use Open .md file to load an existing file from disk, or Paste to pull the clipboard in.
- Set a File name, then press Download .md to save your work back to disk.
Tips
- The preview toggle at the right of the toolbar switches between edit-only, live and preview-only; the last button goes fullscreen.
- Pasting rich text (from a doc or a web page) converts it to Markdown rather than dropping the formatting.
- Your draft is saved to this browser's local storage as you type, so a reload keeps it — but it stays on this device. To keep something permanently, use FA Docs.
- Files larger than 2 MB are rejected on open — the live preview cannot keep up with them.
- Hit Example and click the highlighted Load example to drop in a sample document and see the preview fill in.