Skip to content

Instantly share code, notes, and snippets.

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 rick/dd4d79c858eba185c4f6 to your computer and use it in GitHub Desktop.
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)
javascript:(function(){window.prompt("Copy to clipboard: Ctrl+C, Enter", " - [x] [" + document.title + "](" + window.location.href + ")");})();
@rick
Copy link
Author

rick commented Apr 2, 2015

I track my various work-related readings in a daily GitHub issue, you might be surprised at how having your important read links on hand is, well, very handy.

@rick
Copy link
Author

rick commented Apr 2, 2015

Of course, this is titled "" on my bookmarks bar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment