13 Feb 2026

Markdown-first workflows

How I use Murmr output in markdown notes, planning docs, and prompt-heavy coding sessions.

I write most things in markdown: meeting notes, scratchpads, issue drafts, and implementation plans.

Murmr does not try to replace that stack. It is meant to feed it.

Voice as input, markdown as destination

The useful pattern is:

  • dictate rough ideas while context is fresh
  • run refinement
  • paste into the current markdown file

Because the output is plain text, it fits directly into existing docs and editor workflows.

iCloud Drive friendly export

For longer-running workflows, Murmr can export text files into iCloud Drive.

That gives me a predictable handoff point for folder-based automation and cross-device review, without introducing another proprietary format.

Prompt drafting for coding assistants

I also use Murmr for prompt drafting when working with Claude or Codex:

  1. dictate the problem statement
  2. clean the transcript
  3. paste into the prompt window

It is a simple loop, but it removes friction and keeps momentum up during implementation work.