Skip to content

Instantly share code, notes, and snippets.

@wonderbit
Created December 11, 2023 14:07
Show Gist options
  • Save wonderbit/3ec86e5e3a585314b270bd98308e43b8 to your computer and use it in GitHub Desktop.
Save wonderbit/3ec86e5e3a585314b270bd98308e43b8 to your computer and use it in GitHub Desktop.
Everlog URL Scheme

To create entries:

  • everlog://newEntry?content=Hello%20world (Creates a new entry with the specified content)
  • everlog://newEntry?content=Hello%20world&journal=Work (Specifying a journal)
  • everlog://newEntry?content=Hello%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)

Other URLs:

  • 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment