Making the WordPress fullscreen editor the default

A couple weeks ago Patrick Rhone mentioned that:

It is kind of sad that, in 2012, I have yet to see a blogging engine with a post editor designed for doing the very thing we online writers go there to do… Write.

Shawn Blanc mentioned that WordPress has a built in fullscreen editor that is pretty minimal. He’s right, the fullscreen editor is one of my favorite additions from the past couple years. The new media improvements are even better.

I decided to take a crack at making a plugin to automatically enable the fullscreen editor. Turns out it was actually pretty easy to do. 6 lines of PHP and 3 lines of JavaScript later the plugin is live. I tested it in WordPress 3.5 with a few other things installed but the testing was by no means extensive. If you find any bugs feel free to open an issue on GitHub.

The code is hosted over on GitHub in case you want to give the plugin a spin. I’m positive the plugin isn’t for everyone, that’s fine. 🙂