Skip to content

Instantly share code, notes, and snippets.

@oban89
Created April 11, 2013 18:13
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oban89/5365781 to your computer and use it in GitHub Desktop.
Save oban89/5365781 to your computer and use it in GitHub Desktop.
Bookmarklets to add he current browser page to Reminders app via Drafts for iOS.
javascript:window.location='drafts://x-callback-url/create?text='+encodeURIComponent(document.title+'\n')+encodeURIComponent(location.href)+'&action=Reminder&x-success=googlechrome://';
javascript:window.location='drafts://x-callback-url/create?text='+encodeURIComponent(document.title+'\n')+encodeURIComponent(location.href)+'&action=Reminder&x-success=+encodeURIComponent(location.href)';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment