URL Schemes
Automate your journaling flow with Shortcuts, Launch Center Pro, and custom callbacks
For power users who use automation apps like Apple Shortcuts, Launch Center Pro, or custom scripting, Grid Diary supports control and navigation via URL schemes.
The base URL scheme is:
griddiary2://Supported Actions
1. Open Journal (open-journal)
Opens a specific journal with optional date parameters.
- URL Format:
griddiary2://x-callback-url/open-journal - Parameters:
id(required): The unique ID of the journal you want to open.year(optional): The year (e.g.,2026).month(optional): The month (e.g.,5).day(optional): The day (e.g.,29).week(optional): The week number.
Examples:
- Open a specific journal:
griddiary2://x-callback-url/open-journal?id=1 - Open a specific journal on a precise date:
griddiary2://x-callback-url/open-journal?id=1&year=2026&month=5&day=29
2. Open Entry (open-entry)
Opens a specific journal entry for writing.
- URL Format:
griddiary2://x-callback-url/open-entry - Parameters:
id(required): The unique ID of the entry.
Example:
griddiary2://x-callback-url/open-entry?id=1233. View Entry (view-entry)
Opens a specific journal entry in view-only read mode.
- URL Format:
griddiary2://x-callback-url/view-entry - Parameters:
id(required): The unique ID of the entry.
Example:
griddiary2://x-callback-url/view-entry?id=123