DRAFT EDITOR

Write a new reflection

A private markdown workspace. Drafts autosave to this browser. When ready, copy the generated snippet into src/lib/posts.ts to publish.

Markdown1 min read
Preview

A new reflection

Write your first paragraph here. Markdown works: bold, italic, links, lists, and headings.

A subheading

  • one thought
  • another thought
  • a third

A quote that stayed with me.

Publish snippet
  {
    slug: "your-slug",
    title: "Untitled",
    excerpt: "",
    date: "2026-09-12",
    readTime: "1 min read",
    tags: [],
    body: "# A new reflection\n\nWrite your first paragraph here. Markdown works: **bold**, *italic*, [links](https://example.com), lists, and headings.\n\n## A subheading\n\n- one thought\n- another thought\n- a third\n\n> A quote that stayed with me.\n",
  },

Paste this object into the posts array in src/lib/posts.ts. The reflection will appear at /blog/your-slug, in the list, and in the RSS feed.