Nov
10
Filed under: Asides | November 10th, 2004

WYSIWYG Plugin

Another WYSIWYG plugin for WordPress. I think we have three now.

Possibly related posts:

  1. Art Direction Plugin WordPress “Art Direction” Plugin, from Automattician Noel Jackson. Basically allows...
  2. Plugin Competition The WordPress plugin competition at WLTC is now open for...
  3. Random Redirect Plugin I just updated the  Random Redirect plugin, with two extra...
  4. 4,000 Plugins WordPress.org plugin directory just reached its 4,000th plugin! I declare...
  5. Community Tagging Matt’s Community Tags. This is the VERY BETA plugin I’m...

8 Responses

  • Richard | November 10th, 2004 @ 5:22 pm | Reply

    Do they all use HTMLArea?

  • Matte | November 10th, 2004 @ 5:40 pm | Reply

    Nope, one uses FCK editor.

  • Mark J | November 11th, 2004 @ 2:20 am | Reply

    And yet, it hasn’t been done right yet. They all output horrible code with <b> and <br /> all over the place.

    Until there’s an editor that can output code as pristine as that created by hand, color me non-interested.

  • Dave L | November 11th, 2004 @ 7:25 am | Reply

    Hey, Mark, do you have a WYSIWYG color-er for me to use? :)

  • Gregory Wild-Smith | November 11th, 2004 @ 8:14 am | Reply

    Agreed, the implimentation of these are rather… nasty.

    Which is a shame, because the end product is quite nice.. just it generates really ugly code, and its really inelegantly done.

  • kenrick | November 11th, 2004 @ 11:03 am | Reply

    well, i think that most of these javascript based WYSIWYG editor suffer due to what browser you are working in at the moment, since most of them rely on the designMode of the browser being turned on. The browser then writes whatever code it wants. Like in firefox its usually
    instead of

    , and IE like to put lots of font tags around things. The only editor that has really shown any kind of promise was the one created by google for blooger by massless.org. That one is pretty cool.

  • Gregory Wild-Smith | November 12th, 2004 @ 1:28 am | Reply

    Actually that doesn’t make much sense.

    Valid html with sensible css styling for text is doable across browsers extremely easily. Its just sloppy/badly done final output.

    IE and Firefox (or Opera/Safari/Lynx!) all support the tags and css needed to form proper output… there is no reason for font tags, BR’s or such.. its just badly formed output.

    Which is a shame.

  • Chetan | November 17th, 2004 @ 8:42 pm | Reply

    You might want to look at another potential one: TinyMCE via (Jackol’s den)

Share your thoughts