I have a bunch of bookmarks I was keeping in folders on my Mac as .webloc files. I still want the bookmarks, but I don’t want all these tiny files cluttering up my drive, so I wrote a quick script called webloc2md. The script takes a single argument, the target directory, and outputs the links …
Tag Archives: markdown
Weekly link dump
HTML5 Bones HTML5 Bones is more a starter project than a template or framework. It’s a well structured, well commented HTML file, and includes Normalize.css for sane resets and HTML5Shiv.js to make IE<9 act like a modern browser. Throw in box-sizing declarations and a box-sizing polyfill, and you’ve got my starter project. Only much better. …