Skip to content

Instantly share code, notes, and snippets.

@caramelchocolate
Last active January 16, 2021 17:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caramelchocolate/1cf0c660d99482cf9f0f8b3aad6506fe to your computer and use it in GitHub Desktop.
Save caramelchocolate/1cf0c660d99482cf9f0f8b3aad6506fe to your computer and use it in GitHub Desktop.
Get local directory of Evernote notes from SQLite.
# SQLite path in Mac.
/Users/***/Library/Containers/com.evernote.Evernote/Data/Library/Application\ Support/com.evernote.Evernote/accounts/www.evernote.com/***/localNoteStore/LocalNoteStore.sqlite
# SQL
SELECT ZLOCALUUID FROM ZENNOTE WHERE ZGUID="foo";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment