Hello, reader!

My name is Eugene Lazutkin.

I'm a software developer based in the Dallas-Fort Worth metroplex. Lazutkin.com is my professional blog, which contains short writeups and presentations regarding modern web applications. All articles here are written by myself, unless stated otherwise.

New TinyMCE config for Django

For a long time I wanted to have two TinyMCE toolbars for Django Admin:

  • One-line toolbar with the most essential tools, which gives a lot of space for inline editing of text.
  • Full-featured toolbar with all tools for full-screen mode.

It finally happened. Spocke (the main developer of TinyMCE) helped me to figure out how to do it. I updated my article in Django Wiki with new config file, and removed my notes about space problem (new config file solves it) and flickering (new TinyMCE 2.0 RC2 works perfectly).

If you hesitated to install TinyMCE because of said problems, now it’s the right time to do it.