Quotion

Schedule a Post

Set the Publish Date

To schedule a post, add a publishAt field to the post's frontmatter:

===
publishAt: 2024-09-27T12:36:02+01:00
===

Publish at field in frontmatter

Get the Correct Date Format

Use ISO 8601 format for the date. Generate the correct format:

  1. Visit Quoton Time
  2. Select your desired date and time
  3. Copy the generated ISO 8601 string

Verify Scheduling

In preview mode, check if the future date appears:

Scheduled post date in preview

FAQs

Frontmatter Format

Quotion supports only === frontmatter. Traditional YAML --- is not supported. Because Apple Notes converts --- to , making === the preferred choice for compatibility.

On this page