<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Let me first say that I'm not against a WYSIWYG editor that works.&nbsp; <br>
<br>
I've just never found one that does.&nbsp; I've tried TinyMCE on Drupal and
have run into more work cleaning up the code it produces than it helped
solve in the first place.&nbsp; I visited the FCKeditor site and managed to
break their demo version.<br>
<br>
Even when coddled and the desired visual effect is achieved - the code
they produce still isn't clean - almost always with superfluous open
and close tags that then throw the formatting off for the rest of the
page. <br>
<br>
This conversation has been had a dozen times on the forum and the
general consensus seems to have been.&nbsp; 'Build one that woks, and it
will be considered, but right now their isn't one that seems to work
*good enough for core*'&nbsp; <br>
<br>
Not to mention we are in code freeze....<br>
<br>
<br>
<pre class="moz-signature" cols="72">Sam Tresler
Skype: samtresler
<a class="moz-txt-link-freetext" href="http://www.treslerdesigns.com">http://www.treslerdesigns.com</a>
</pre>
<br>
Trae McCombs wrote:
<blockquote
 cite="midb4fcd9cb0610060511v4956eebehff962f3a63e3fd66@mail.gmail.com"
 type="cite">I would +1 this personally.&nbsp; But the biggest hurdle might
be license.&nbsp; I don't know.<br>
  <br>
I think by default though, it would be great to have the easy editor
for things.&nbsp; I have a client that has a bunch of 65+ old ladies using
Drupal, and teaching them html gets scary.&nbsp; :)
  <br>
  <br>
If we are including things like AJAX and such, why not just trick out
the text editors, of course, offer the ability to fall back to normal
input mode.<br>
  <br>
Personally, I'd love to have a vim module for editing in a form! ;)
  <br>
  <br>
Trae<br>
  <br>
  <div><span class="gmail_quote">On 10/6/06, <b
 class="gmail_sendername">Drupal Indonesia</b> &lt;<a
 href="mailto:support@drupal-id.com">support@drupal-id.com</a>&gt;
wrote:</span>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Why
Drupal 5.x must have built-in WYSIWYG Editor?<br>
General discussion &middot; Drupal 5.x<br>
    <a href="http://Drupal-id.com">Drupal-id.com</a> - October 6, 2006
- 07:18<br>
    <br>
I am a web developer with long experience in PHP Nuke, OpenPHP, and
    <br>
Mambo/Joomla. After take a deep look at the Drupal source code and
coding that<br>
available on TinyMCE and FCKEditor module, I can say that next Drupal
version<br>
must has a builtin WYSIWYG Editor. Please CMIIW, but read my reasons
first
    <br>
before you have different opinion:<br>
    <br>
1. Both TinyMCE and FCKEditor only find &lt;textarea&gt; then translate
to their<br>
editor interface.<br>
&nbsp;&nbsp; Then how to avoid certain Textarea not converted? The anwer is not
possible.
    <br>
What<br>
&nbsp;&nbsp;TinyMCE does only disable editor on certain page and FCkEditor will
work if<br>
the<br>
&nbsp;&nbsp;textarea &gt;= n rows.<br>
    <br>
&nbsp;&nbsp;The real case is disknode module. When you set disnode to allow more
than 1<br>
file per disknode
    <br>
&nbsp;&nbsp;then the &lt;textarea&gt; of file upload list will converted to
Editor. Currently,<br>
you can disable the<br>
&nbsp;&nbsp;&lt;textarea&gt; on this page but the &lt;textarea&gt; for type
description of disknode<br>
will be disabled too.
    <br>
&nbsp;&nbsp;You may say, that you can enable the rich-editor-toggle, but you
can't set 2<br>
default value:<br>
&nbsp;&nbsp;the description using Editor and the file upload list using
&lt;textarea&gt;.<br>
    <br>
2. A best solution, IMHO, is provide a function in Drupal to call the
Editor.
    <br>
&nbsp;&nbsp;&nbsp;&nbsp;This Editor() function simply call the ediitor if available, but if
no<br>
editor installed<br>
&nbsp;&nbsp;&nbsp;&nbsp;then Editor() uses &lt;textarea&gt;.<br>
    <br>
What are the advantages if Drupal has Editor() function?<br>
1. Developer like me, will be easier to create module that need both
Editor and
    <br>
&lt;textarea&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;in same page/block<br>
2. We can extend the User Administration: adding capability to select
which<br>
default editor for<br>
&nbsp;&nbsp;&nbsp;&nbsp;each users. We can set that default editor for user is: none (mean
using
    <br>
textarea), TinyMCE,<br>
&nbsp;&nbsp;&nbsp;&nbsp;HTMLArea, FCKEditor or any editor that installed by third party
modules.<br>
3. Easier for community website which contain people that aren't not
familiar<br>
with HTML tag<br>
4. Easier for blogging site, since blogger usually a person with
limited website
    <br>
knowledge,<br>
&nbsp;&nbsp;&nbsp;&nbsp;such as journalist, teacher, employee or doctor<br>
5. At the rest, Drupal will no doubt called as the killer CMS. This
will add<br>
more powerful to<br>
&nbsp;&nbsp;&nbsp;&nbsp;Drupal, the best CMS that I love.<br>
    <br>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
&nbsp;&nbsp;&nbsp;&nbsp;Trae McCombs || <a href="http://occy.net/">http://occy.net/</a><br>
&nbsp;&nbsp;Founder - <a href="http://Themes.org">Themes.org</a> // <a
 href="http://Linux.com">Linux.com</a>
</blockquote>
</body>
</html>