-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Summary
We plan to replace the Notion Published
checkbox with a Published date
field (type = date). We need to audit the scripts to understand what breaks and what needs updating.
Current behaviour
notion:status
and related workflows toggle thePublished
checkbox when moving items to Published.- Frontmatter generation relies on the checkbox to infer metadata.
- No logic currently reads a date field for publish state.
Desired behaviour
- Determine which scripts and frontmatter fields should read/write the new
Published date
property instead of the boolean. - Decide how to set the date (e.g. now when status moves to Published) and how to surface it in Markdown frontmatter.
Tasks
- Audit usages of the
Published
property across the repo. - Propose migration steps to support the date field (including backwards compatibility if needed).
- Document the expected Notion configuration once the change is ready.
Metadata
Metadata
Assignees
Labels
No labels