dateOptionalOpens the daily note for a calendar date written as YYYY-MM-DD. The date is interpreted in the device’s current time zone. If omitted, Parchment opens today.
Example value: 2026-07-23
Automation
Parchment’s custom URL scheme lets Shortcuts, launchers, scripts, and links open today’s daily note or jump directly to another date on iPhone, iPad, and Mac.
Quick start
The supported route is parchmentagenda://open. With no parameters, Parchment opens today’s daily note and focuses the editor so it is ready for writing.
parchmentagenda://open?date=YYYY-MM-DD&focus=falseparchmentagendaopenParameters
dateOptionalOpens the daily note for a calendar date written as YYYY-MM-DD. The date is interpreted in the device’s current time zone. If omitted, Parchment opens today.
Example value: 2026-07-23
focusOptionalControls whether Parchment places focus in the editor after navigating. It defaults to true. Set it to false when you only want to show the daily page.
Supported values: true or false
Examples
parchmentagenda://openparchmentagenda://open?focus=falseparchmentagenda://open?date=2026-07-23parchmentagenda://open?date=2026-07-23&focus=falseUsing the URL
Add the Open URLs action to a shortcut, paste a Parchment URL, and run it from Shortcuts, Siri, a widget, or an automation.
Pass the URL to macOS’s open command:
open 'parchmentagenda://open?date=2026-07-23'Save a URL in a launcher, bookmark manager, Markdown link, or another app that can open custom URL schemes.
Callback behavior
Parchment’s current URL route is one-way. It opens the app and navigates to a daily note, but it does not implement the standard /x-callback-url/ action path or call x-success, x-cancel, or x-error URLs.
Treat the URL as a fire-and-forget navigation command. It does not return note text or a success result to the calling app.
open action is supported.More automation
When an automation needs to write text or receive a result, use the actions Parchment supplies to Apple’s Shortcuts app.
Append text without opening Parchment.
Open today and place the editor ready for writing.
Choose a date using a native Shortcuts date field.
Return the typed text from today or another date.
Return a summary of the day’s events, tasks, and daily note.