tinyMCE looks good but I do have a few suggestions.
1) I don't see the cut and paste buttons displayed in either IE or Firefox. One of the reasons I'm interested in tinyMCE is that the cut & paste worked with Firefox on their demo site.
2) I'm hoping you will consider adding the selection of (top/bottom) display to the administrator->settings->tinymce page.
3) I would like to see a setting to enable/disable the display of the iespell icon. I don't want my users downloading and installing iespell since it isn't opensource. I'd like to wait until tinyMCE supports aspell running on the server.
4) Just a thought, but how about a custom tinyMCE theme (toolbar) with a check box to enable/disable any toolbar button. I know, if wish were horses then beggars would ride :)
Comments
Comment #1
matt westgate commentedThanks for the feedback.
I like the current approach of tweaking a tinymce theme by overriding the Drupal theme as stated in the 'tweaking a tinymce theme' section of the INSTALL file. (Take a look at the Drupal theme developers guide if this is new territory.) Things like changing the toolbar location or adding buttons become very easy if you spend a little time reading the tinymce docs. That being said, rumor has it another Drupal developer is working on a GUI for this. Let's see what happen.
Regarding #3, I'll disable the spellchecking by default in the advanced theme.
Comment #2
wernst commentedI've decided to let my users decide for themselves whether or not thet want to download something that isn't open-source, in the form of iespell, rather than my deciding for them.
Though it only took me a few minutes to figure out how to re-enable it, I wonder how easy it would be to describe to someone who is less experienced how to do it.
It seems frustrating to me that this feature would be disabled based on the silly argument that "it isn't open source," when indeed, the feature ONLY works in a non-open-source operating system (Windows) in a non-open-source browser (Internet Explorer). By definition, users of IE spell are less open-source aware by virtue of the software they already must be using.
Anyway, FCKEdit has a neat feature: if the user doesn't already have iespell installed when they click the iespell toolbar button, it prompts the user to download the latest binary installer. You can even configure the download URL.
Such a feature would be very handy, since that's one less download I need to direct my users to myself.
Anyway, just a comment. The TinyMCE editor has so blown me away, that I had to get up out of my chair and walk around for a while. My struggles with HTMLArea are OVER!
Comment #3
matt westgate commentedMarking this is closed since adding iespell can be enabled with a theme override. See the module's README for more details.