How toSchedule a Post

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

FAQ

Q: Why doesn’t my scheduled post appear?

A: Ensure the publishAt date is in the future and formatted correctly.

Q: Can I schedule multiple posts?

A: Yes, add a unique publishAt field to each post you want to schedule.

Q: Can I use other standard date formats?

A: Yes, you can use standard formats such as UTC, RFC 2822 / RFC 822, or ISO 8601.

Frontmatter Format

⚠️

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