Skip to content

Markdown export with front matter #11

Description

@frarredondo

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

  • .md files are written with useful front matter + body
  • Works from sync and format
  • Docs / --help updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions