FCKeditor + Drupal 6 FTW
I’ve had a number of experiences setting up rich text editors online over the last few years, usually in the context of a Drupal site, and it’s always been a pain.
My most recent experience has mostly been the same, except it ends a little better than usual:
- Start with TinyMCE, which has more-or-less worked in the past. This time around with Drupal 6, unfortunately, my experience was mostly less: it just wouldn’t respond to the customization settings I was setting in the Drupal backend.
- Do some more research, find excitement about the YUI editor. It seemed promising, but ultimately failed to allow image uploads despite hours of fiddling.
- Turn to the other oft-mentioned option, FCKeditor. After a few minutes of fiddling supported by the included readme.txt, it’s actually working and uploading images easily. Amazing!
Not everything in FCK is customizable through the web, but that’s fine. It’s probably easier to comment out a line in fckeditor.config.js, anyhow. I started with the DrupalFull toolbar & took off a few things we don’t want.
Since versions are so often key with these things, I’m using Drupal 6.6, fckeditor-6.x-1.3-rc3 (the drupal module), FCKeditor_2.6.3 (the javascript bit).
Including a reasonably debugged WYSIWYG in the Acquia distribution would get me to take it for a test drive next time around, because this cycle is such an amazing waste of time whenever I go through it.
December 5th, 2008 at 1:20 am
That does sound like a mostly happy ending.
but if it sours you might be interested in the WYMeditor.
http://www.wymeditor.org/
I had a bad taste from FCK and TinyMCE from years past (guess I should check FCK again though) Recently have been had clients give less than enthusiastic vibes about using MarkDown syntax for everything. I’m looking for stuff working in Django though, no idea what it takes to get something into Drupal.