Day One iOS and Mac apps support URLs to send data into the apps from external sources.
Note: If you’re using the Day One URL scheme in Terminal (or your preferred CLI app), you’ll need to type “open” followed by the URL scheme. Also, if you have both Day One Classic and Day One installed on the same device, the URL Scheme will route to Day One.
Format | Description | Platform(s) |
---|---|---|
dayone://prompt | Creates and opens a new entry in edit mode with the prompt for the current day | iOS |
dayone://new/daily-prompt | Creates and opens a new entry in edit mode with the prompt for the current day | iOS & Mac |
dayone://new/daily-prompt?promptId=[aPromptID] | Creates and opens a new entry in edit mode with the prompt matching the given prompt ID. Example: dayone://new/daily-prompt?promptId=ck7zw8sybj6kv09983znvrmof | iOS & Mac |
dayone://new/daily-prompt?promptDate=YYYY-MM-DD | Creates and opens a new entry in edit mode with the prompt for the given date Example: dayone://new/daily-prompt?promptDate=2020-04-02 | iOS & Mac |
dayone://recentPrompts | Opens the app and presents a list of the most recent prompts | iOS |
dayone://open?date=YYYY-MM-DD | Opens the Day View for the given date Example: dayone://open?date=2020-04-02 | iOS & Mac |
dayone://open?day=MM-DD | Opens the On This Day view for the given day Example: dayone://open?day=04-12 | iOS & Mac |
dayone://thisday | Opens On This Day for the current day | iOS & Mac |
dayone://view?entryId=[UUID] | Opens and presents the entry with a given entry ID Example: dayone://view?entryId=22B178B33B2A4149538280F9C34102C5 | iOS, Android & Mac |
dayone://edit?entryId=[UUID] | Opens and presents the entry with a given entry ID in edit mode Example: dayone://edit?entryId=3415BB00651C4533B41F62544A775CCC | iOS, Android & Mac |
dayone://post?entry=[text] | Creates and opens a new entry with the given text Example: dayone://post?entry=Hello | iOS, Android & Mac |
dayone://filter | Opens the app and applies the given filter Example: dayone://filter?tag=work | iOS & Mac |
dayone://tags?name=tagname | Opens the app and applies a tag filter with the given tag name Example: dayone://tags?name=pizza | iOS & Mac |
dayone://starred | Opens the app and applies a filter to show favorites | iOS, Android & Mac |
dayone://settings | Opens the app and presents the settings | iOS |
dayone://book | Opens the app and presents the book printing view | iOS |
dayone://instagram | Opens the app and presents the Instagram settings | iOS |
dayone://templates | Opens the app and presents the templates settings | iOS |
dayone://redeem | Opens the app, presents the “Edit Account” settings, then present an alert controller to input a code | iOS |
dayone://calendar | Opens the app to the calendar timeline | iOS, Android & Mac |
dayone://encryption-key | Opens the app to the user’s encryption key |
Navigation:
Open Day One: dayone://
Open Timeline: dayone://entries
Open Calendar: dayone://calendar
Open Starred: dayone://starred
Preferences: dayone://preferences
Entry Create:
Create Entry with Text: dayone://post?entry=Hello Self
Create Entry with Tags: dayone://post?entry=Hello Self&tags=My Tag, Test
Create Entry in Journal: dayone://post?entry=Hello Self&journal=Day One
Create Entry with Clipboard Image: dayone://post?entry=Hello Self&imageClipboard=1
Entry Edit:
Edit Entry: dayone://edit?entryId=[UUID] (Don’t include brackets.)
On this Day:
On This Day = dayone://thisday
Siri Shortcuts
Settings > Siri Shortcuts = dayone://siri
See Also: Day One Tools