Markdown-based Everything

Nobody cares about markdown, the same way nobody cares about ASCII. What you care about is the stuff you want to build: a website, a knowledge base, a place for your team's docs. And right now you probably build those inside somebody else's platform, in somebody else's format, on somebody else's terms.

The markdown-based way: take almost any of those things and rebuild it as plain markdown files you own, plus tools you choose. Same capability, no lock-in. That's the whole trick.

Below, one guide per thing. Each covers: what it is, the markdown-based pattern for it, which tools to use, and (for the big ones) a full walkthrough.

The guides

The pattern behind all of them

Every guide is the same move applied to a different problem:

  1. Content = markdown files in folders. Human-readable, future-proof, AI-readable.
  2. Structure = frontmatter + links. Metadata fields make files act like records; wiki-links make them act like a web.
  3. Capability = tools on top. Obsidian to edit, git/GitHub to version and collaborate, a publisher (Flowershow or any static site tool) when you want it on the web, AI tools to work the whole thing.

Swap any tool without touching the content. That's the way of markdown 😎

New to markdown itself? Ten minutes: the basics. Prefer video? Watch instead.

Built with LogoFlowershow