Skip to content

Instantly share code, notes, and snippets.

@lucianofuentes
Created October 17, 2011 10:23
Show Gist options
  • Save lucianofuentes/1292346 to your computer and use it in GitHub Desktop.
Save lucianofuentes/1292346 to your computer and use it in GitHub Desktop.
Wanna clip urls directly into Egretlinks on iOS? Use this bookmarklet
/*
## Currently the best way (IMO) to copy Safari links to Evernote with the ability to add a note snippet. Please don't mention the bookmarklet. You'll make me laugh.
- Create any bookmark on your iOS device
- Select-copy the following snippet
- Edit the bookmark and replace the existing link with the copied snippet
- Give the bookmarklet a relevant name
- Bob's yer uncle
*/
javascript:void(window.open('egretlinks:///addlink?url='+document.location.href+'&title='+document.title+"&comment="+document.getSelection()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment