Created
June 4, 2014 15:47
-
-
Save hepplerj/26e407a8cbf3343ac14e to your computer and use it in GitHub Desktop.
Bookmarklet to grab the URL, site title, and selected text, formatted in Markdown.
This file contains hidden or 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:(function(s)%7Btry%7Bs%3Ddocument.selection.createRange().text%7Dcatch(_)%7Bs%3Ddocument.getSelection()%7Dprompt(%27Copy text%27,%27%5B%27%2Bdocument.title%2B%27%5D(%27%2Blocation%2B%27)%5Cn%5Cn> %27%2Bs)%7D)() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment