Created
February 5, 2014 00:53
-
-
Save fractaledmind/8815507 to your computer and use it in GitHub Desktop.
Bookmarklet to send webpage title, url, and selected text to Drafts in MMD format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:window.location='drafts://x-callback-url/create?text='+encodeURIComponent(document.title+'\n\n')+'%5B'+encodeURIComponent(document.title)+'%5D('+encodeURIComponent(location.href)+')'+encodeURIComponent('\n\n>'+window.getSelection())+'&action=postachio&x-success='+encodeURIComponent(location.href); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment