Created
May 21, 2019 07:57
-
-
Save pixelpogo/bffd15c924bdd78ed384228e26c4cf2f to your computer and use it in GitHub Desktop.
Bookmarklet: Copy URL with title as 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()%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