Skip to content

Instantly share code, notes, and snippets.

@epramono
Created August 4, 2013 00:07
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 epramono/6148485 to your computer and use it in GitHub Desktop.
Save epramono/6148485 to your computer and use it in GitHub Desktop.
This JavaScript bookmarklet will create a new post in Drafts containing the page title, URL and the current content of your clipboard.
javascript:window.location='drafts://x-callback-url/create?text='+
encodeURIComponent(document.title+'%5Cn')+
encodeURIComponent(location.href)+
'&action=Append%20with%20Clipboard&afterSuccess=Delete'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment