Skip to content

Instantly share code, notes, and snippets.

@hepplerj
Created June 4, 2014 15:47
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 hepplerj/26e407a8cbf3343ac14e to your computer and use it in GitHub Desktop.
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.
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