Setting up a WYSIWYG editor for Drupal site users
drupal
Solution
Check out the wysiwyg (http://drupal.org/project/wysiwyg) module.. it lets you install and try out a range of different editors, and you can associate different editors to different input types.
Personally, I've found fckeditor a good choice for allowing editors to author content - but I think the final choice is down to personal preference. By using the wysiwyg module you can demo a range.
Problem
Looking through the Drupal contrib modules, and after a few Google searches, it becomes evident that there are any number of choices and combos available to set up a WYSIWYG editor in Drupal. I'm hoping that I can do this as simply and quickly and painlessly as possible, and not have to keep trying out different combos till one actually works right. Here's what I need: - A basic WYSIWYG editor for the "filtered" input type only. - It doesn't need to have image-insert necessarily, though that might be nice later on... - Simple to set up and maintain. - Needs to work for Content-Profiles, Blog, Forum-post, and a few custom content types.