Some assembly required

This blog is about unimplemented ideas. At least until they get ticked off; I suppose a few eventually will have implementations too, but fresh posts never will. Because that's the primary purpose of this blog: keeping track of ideas I'd like to dive into, or problems I'd like to see solved. Feel free to join me in implementing, or further developing these ideas. I don't mind working solo, but it's a whole lot more fun working in concert!

Tuesday, November 15, 2005

Fixing Blogger's post editor's keybindings

The Blogger post editor has rather nice Ctrl+B / Ctrl+I key bindings for making the current selection bold / italic. Unfortunately they generate <span style="font-weight:bold;"> and <span style="font-style:italic;"> abhorrations instead of proper HTML <b> and <i>tags. Let's make a Greasemonkey script to fix that, shall we?