All workflows

· Memo · LLM · Save

Messy memo,
filed as Markdown

Record the raw thought and save the useful version to your vault.

NOTE FILED

· 01 / WHEN YOU REACH FOR THIS

An idea shows up and you do not want to open anything. Talk it through, tangents and all. Talkie distills it to a clean note and writes it into @Notes with a title and date already set.

· 02 / THE STEPS

Memo · LLM · Save

  1. 01Dictate

    Record the memo into {{TRANSCRIPT}}.

  2. 02LLM

    Distill {{TRANSCRIPT}} into a titled note, set {{TITLE}}.

  3. 03Save to File

    Write Markdown to @Notes/{{DATE}}-{{TITLE}}.md.

Template JSON

Download the Voice Memo to Obsidian recipe.

The JSON template names the trigger, variables, steps, setup notes, and privacy boundary for this workflow.

· 03 / SET IT UP ONCE

  • Map @Notes to your Obsidian vault directory.
  • Pick the model and the distill instruction.
  • Set the filename template ({{DATE}}-{{TITLE}}.md).

· 04 / VARIATIONS

  • Route to @Journal for dated daily entries instead of standalone notes.
  • Skip the LLM step to file the raw {{TRANSCRIPT}} verbatim.
Talkie for MacmacOS 26+ · iOS 26+
curl -fsSL go.usetalkie.com/install | bash

One hotkey. One transcript. Routed the way "Voice memo → Obsidian" describes, and any flow you build next.

· FOR DEVELOPERS

bun add -g @talkie/app
Read the docs