Created
April 2, 2015 19:48
-
-
Save rick/dd4d79c858eba185c4f6 to your computer and use it in GitHub Desktop.
bookmarklet to create a github-markdown style (checked) checklist item for a link to the current page (pops up in a dialog to make cmd-c clipboard copying trivial)
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:(function(){window.prompt("Copy to clipboard: Ctrl+C, Enter", " - [x] [" + document.title + "](" + window.location.href + ")");})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Of course, this is titled "" on my bookmarks bar.