What changes when voice memos become Markdown notes
An audio file in your vault is a dead-end attachment — Obsidian stores it but doesn't index the words, can't [[wikilink]] to it, and the graph view shows it as an orphan. Convert to Markdown and the same content becomes a real note: full-text search, atomic-note splitting, YAML frontmatter for metadata, tags, and graph view connections to anything you reference.
The "voice memo to atomic note" workflow
Record a voice memo, convert to Markdown via Audio to Markdown, save into the vault with date-prefixed naming (2026-02-14 Voice Memo - Pricing Model.md) and YAML frontmatter capturing recording date, duration, and any tags you want indexed. The body is the structured transcript — for single-speaker dictation, one continuous block; for multi-speaker conversations, the speaker headings are preserved.
Then split the long memo into atomic notes manually or with the Note Refactor plugin — one idea per note, each backlinking to the source memo. Your Zettelkasten now ingests spoken thought the same way it ingests written thought. Also clip web pages (URL for Obsidian) and import PDFs (PDF for Obsidian) for a full-spectrum vault.
Frontmatter template for voice content
Common fields: type: voice-memo, recorded: 2026-02-14, duration: 14:22, tags: [pricing, q2-planning], participants: [Sarah, Marcus], source-audio: ./attachments/2026-02-14-pricing.m4a. Dataview can then query across all voice memos by participant, date, or tag.