Todays projects
Two quick hacking projects today:
- A plugin for Ubiquity (which I mentioned previously) that allows you to interface with Todoist. At the moment you have to hand-code your account token and a project id from the Todoist site, but you can already create quick notes by typing
todo reorganize officein Ubiquity.
- ExtraHead, a tiny plugin for Wordpress. I’m sure this functionality exists elsewhere in the Wordpress world, but I couldn’t find it after 10 minutes of Googling so I wrote a plugin. ExtraHead just makes it easy to insert arbitrary code into a page header, on a page-by-page basis. Just add a custom field with the key
extraheadand whatever code you want in the header as the value.