Created
November 8, 2013 20:14
-
-
Save bcantoni/7376943 to your computer and use it in GitHub Desktop.
Bookmarklet: Copy page title and link in Markdown 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:var%20text='['+document.title+']('+location.href+')';window.prompt("Copy%20to%20clipboard:%20Ctrl+C,%20Enter",text);void(0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment