Created
June 30, 2024 17:13
-
-
Save wonderbit/63dac96c69aa5b992b19a1d4e7f56c89 to your computer and use it in GitHub Desktop.
Everlog URL Scheme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
everlog://entry/ENTRYID (opens an entry, to get the URL for an entry right-click or long-press on an entry in the timeline and select "Copy link to entry" | |
everlog://journal/JOURNALNAME (opens a journal, for example everlog://journal/personal | |
everlog://tag/TAGNAME (opens a tag, for example everlog://tag/weekly | |
everlog://onthisday (opens the On This Day screen) | |
everlog://settings/SCREEN (opens a settings screen, for example everlog://settings/general ). The screen possibilities are privacy, notifications, appearance, general, sync, backup, import, export, goals, templates, and premium. | |
everlog://sidebar (opens the menu/sidebar on iOS) | |
To create entries: | |
everlog://newEntry?editor=true (Creates a new blank entry and opens it in the editor) | |
everlog://newEntry?content=Hello%20world (Creates a new entry with the specified content) | |
everlog://newEntry?content=Hellow%20world&journal=Work (Specifying a journal the specified journal) | |
everlog://newEntry?content=Hellow%20world&journal=Work&editor=true (Adding the editor=true parameter opens the editor and brings up the keyboard in iOS) | |
everlog://newEntry?content=Hello&date=2023-02-21 (Specify the date) | |
everlog://newEntry?content=Hello&date=2023-02-21T12:34:00 (Specify date and time) | |
I don't remember when I added the date parameter so it might not be available yet, but will be in 2.2 for sure. | |
everlog://newEntry?&editor=true&template=Daily%20Scrum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment