Skip to content

Instantly share code, notes, and snippets.

@pixelpogo
Created May 21, 2019 07:57
Show Gist options
  • Save pixelpogo/bffd15c924bdd78ed384228e26c4cf2f to your computer and use it in GitHub Desktop.
Save pixelpogo/bffd15c924bdd78ed384228e26c4cf2f to your computer and use it in GitHub Desktop.
Bookmarklet: Copy URL with title as Markdown
javascript:(function()%7B%20window.prompt(%22Markdown%20link%22,%20%22%5B%22+%20document.title%20+%20%22%5D(%22%20+%20window.location.href%20+%20%22)%22);%7D());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment