How to get your meetings into Obsidian automatically
If your notes already live in Obsidian, meetings should join them as plain files. Transcripted makes that happen locally, while still leaving room for structured access when an agent needs it.
The cleanest Obsidian workflow
If you use Obsidian as a second brain, the simplest setup is usually the best one: record a meeting, let the app write a Markdown file, and let Obsidian read it like any other note. No plugin dependency and no export step after the fact.
That works well because the human layer and the machine layer do not have to be the same thing.
What Transcripted writes
Each meeting creates a Markdown transcript, YAML frontmatter with meeting metadata, and capture folders that help agents or scripts work across the whole archive.
The Markdown belongs in Obsidian. The YAML frontmatter and folder layout are there when you want search, automation, or question answering to go deeper than the visible note.
How to think about the folder
Choose a folder that fits your vault layout and keep the structure simple. Some people put the output directly inside their vault. Others keep it alongside the vault and point Obsidian at it from there. Either way, the important part is that the files stay local and readable.
The same folder can also be used by a starter prompt, MCP, or CLI workflow later if you want an agent to reason over the notes.
Why this beats the usual alternatives
Cloud note-takers can export into Obsidian, but that adds a middle step and usually means the data went somewhere else first. Obsidian plugins can help, but they add maintenance overhead and often depend on a moving plugin ecosystem.
Transcripted is simpler: the output format is standard, the archive is local, and the file is already in the shape Obsidian expects.
Why the Markdown files with structured frontmatter still matter
Obsidian is great for reading, linking, and organizing notes. Agents are better when they can query consistent structure. Keeping both the Markdown and the YAML frontmatter means you do not have to choose between a human-friendly vault and an agent-friendly corpus.
Make your meeting notes part of your vault
Markdown for reading. Frontmatter for automation. Local files either way.