How the Show Notes Tool Structures an Episode
AnyTool Podcast Show Notes Generator models an episode as an ordered set of sections that mirror how strong show notes are written: a header carrying the show and episode title with number and season, the host and any guests (name, title, short bio and links); a hook plus a longer keyword-rich summary; chapters and timestamps; key takeaways; resources and links mentioned; notable quotes; an optional sponsor read; a subscribe call to action; and an optional transcript. A pure, reusable engine (showNotesEngine) renders each section to clean Markdown — and to a plain-text variant and a short episode description — dropping any section the user leaves empty, so the output is tidy and copy-ready. Nothing is generated for the user: the engine only formats the content provided.
- Sections: header, hook, summary, guests, chapters, takeaways, resources, quotes, sponsor, CTA, transcript
- Guests carry name, title, a short bio and an arbitrary number of links
- Empty sections are omitted automatically from every output
- A pure engine assembles the document — no server round-trip, no dependencies beyond marked for preview
- Four outputs share one model: Markdown, HTML, plain text and a short description
