6 ms·
This is wonderful. I'm totally gonna use it and contribute to it on a long flight tomorrow. You can always tell a good idea when it gets your gears turning.
by bennywild 15y ago
This is wonderful. I'm totally gonna use it and contribute to it on a long flight tomorrow.
You can always tell a good idea when it gets your gears turning. With the sort of database that you'll be building, you could experiment with different visualization strategies and hyperlinking between cheat sheets!
A simpler task for version 1.0.1: Make sure that formatting is cleaner on the generated PDFs. For example, on this cheat sheet there is one hanging row on an otherwise empty pp2
http://www.cheatography.com/davechild/cheat-sheets/javascript/pdf/ http://www.cheatography.com/davechild/cheat-sheets/javascrip...
- DaveChild 15y agoGlad you like it! Since launching it I've become almost obsessed with ideas for cheat sheets, and one thing I want to add in is a "cheat sheet zeitgeist" - a page which lists requests, ordered by their recent popularity. I'm working on a few formatting issues at the moment. Unfortunately, the pdf generator I'm using doesn't have much of a concept of pagination, so I'm trying to work that part out in PHP, generate multiple PDFs, then glue them together. It's not working too well so far :)