# Front matter for publications From [claude chat](https://claude.ai/share/614ce436-307d-4740-a79f-40225461e743) ``` --- title: "" # post title series: "" # series title series-slug: "" # series title as a slug, e.g. "access-control-basics" series-part: 1 # position within the series; omit if standalone theme: "" # broader topic cluster, e.g. "ISO27001 myths" channels: # list — a post can go to multiple channels - linkedin - newsletter - blog status: draft # draft | ready | scheduled | published publish-dates: # ISO 8601, e.g. 2026-06-10; can be a list if channels differ linkedin: 2026-06-10 newsletter: 2026-06-17 blog: 2026-06-17 published-urls: # fill in after publishing; one per channel linkedin: "" blog: "" content-type: "" # post | article | newsletter-section | thread source-notes: # vault notes this was drawn from - "[[path/to/note]]" tags: [] notetype: publication isotags: iso-id audience --- ``` --- ### Dataview query to check what's scheduled dataview ```dataview TABLE series, channel, publish-date, status FROM "Content Factory/Publishing" WHERE status != "published" SORT publish-date ASC ``` ---