Markdown Editor

Write Markdown and see a live HTML preview beside it: headings, emphasis, code, links, lists, tables, images, blockquotes. The preview is rendered by the same renderer that builds this site, wearing the same styles the published page does, so what you see is what gets published.

This is generated in browser and is not sent to pah.moi servers.

About this tool2 paragraphs

The frontmatter assistant above turns Title, Date, Tags, Summary and Draft into the YAML header this site's own generator reads, in this site's shape, or a Jekyll or Hugo one.

[ Download .md ] (or Ctrl-S while editing) saves the finished file and [ Copy document ] puts it on your clipboard. On a Chromium browser you can also link a local folder once and have saves write straight into it, re-opening a post you saved earlier; every other browser gets the download, and the editor says which mode it is in.

Use it locally This tool has a native command line twin. Build md-cli from the site's source with:
cargo build --release --bin md-cli
Source and licence terms