Skip to content

Instantly share code, notes, and snippets.

@bergerjac
Forked from cyio/evernote-link.user.js
Last active February 14, 2017 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bergerjac/6c79f24a2ff3f2ddf99a03e2f300d8ca to your computer and use it in GitHub Desktop.
Save bergerjac/6c79f24a2ff3f2ddf99a03e2f300d8ca to your computer and use it in GitHub Desktop.
Evernote Web in-app note link
-- example --
web: https://www.evernote.com/shard/s12/nl/u2u2u2u2/44444444-3333-2222-1111-000000000/
app: evernote:///view/u2u2u2u2/s12/44444444-3333-2222-1111-000000000/44444444-3333-2222-1111-000000000/
	
-- format --
web: https://[service]/shard/[shardId]/nl/[userId]/[noteGuid]/
app: evernote:///view/[userId]/[shardId]/[noteGuid]/[noteGuid]/

-- spaced --
web: https://[service]/shard/[2: shardId]/nl/[1: userId]/[3: noteGuid]/

app: evernote:///view/[1: userId]/[2: shardId]/[3: noteGuid]/[3: noteGuid]/

more details: https://dev.evernote.com/doc/articles/note_links.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment