Skip to content

Instantly share code, notes, and snippets.

@hiredman
Last active August 29, 2015 14:16
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 hiredman/a9baf1a4089aa4777872 to your computer and use it in GitHub Desktop.
Save hiredman/a9baf1a4089aa4777872 to your computer and use it in GitHub Desktop.
documents that are a collection of links in google docs are, while easier to write than
documents elsewhere, very frustrating to use, if I want to read all the docs for every
link I have to:
1. click a link
2. wait for the little popup
3. find the link with my mouse to click on it
4. click outside the popup to make it go away
in github's wiki, given a page that is a list of links, if I hold down control for every
doc I have to:
1. click on the link
so if L is the number of links, a google doc takes L*4 steps to open all the links, and
the same document in a github wiki takes L (maybe L+1 counting holding down control) steps.
I started trying to open all the links to read this stuff, and gave up after the first
eight or so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment