Summary
Many users want transcripts in Markdown (Obsidian/Notion/git notes) with stable metadata, not only .txt/.json.
Motivation / evidence
Current default outputs are .txt + .json. Subtitle formats exist but are unused in the local library (0 .srt/.vtt), while note-taking export is a common end state for this corpus.
Proposal
Add a md writer:
podtx sync --format md
podtx format episode.json --format md
Include YAML front matter (title, show, date, episode, engine/model, source URL when available) and readable body text honoring --readable / --cleanup.
Out of scope
Bidirectional sync with Obsidian plugins, custom templating engines in v1.
Acceptance criteria
Summary
Many users want transcripts in Markdown (Obsidian/Notion/git notes) with stable metadata, not only
.txt/.json.Motivation / evidence
Current default outputs are
.txt+.json. Subtitle formats exist but are unused in the local library (0.srt/.vtt), while note-taking export is a common end state for this corpus.Proposal
Add a
mdwriter:Include YAML front matter (title, show, date, episode, engine/model, source URL when available) and readable body text honoring
--readable/--cleanup.Out of scope
Bidirectional sync with Obsidian plugins, custom templating engines in v1.
Acceptance criteria
.mdfiles are written with useful front matter + bodyformat--helpupdated