+1 to all this. Does it mean we'll have a look & feel similar to the target one in 1.6M2 (http://dev.xwiki.org/xwiki/bin/view/Design/NewWysiwygEditorInterface)? I'm just raising a warning on the following items:
* nested lists should be wrapped by a list item (1.6RC1)
This depends on Mikhail since it's a complex issue in wikimodel and so far I haven't been able to provide a patch for it. See http://code.google.com/p/wikimodel/issues/detail?id=22 This is the biggest issue we have right now so we must find a way to fix it before the final 1.6.
* Features waiting for rendering support * justify (left, center, right, full) (?) * indent / outdent (currently supported only for nested lists) (?) * font (family, size) (?) * color (background, foreground) (?)
This depends on http://code.google.com/p/wikimodel/issues/detail?id=43 I haven't looked at how complex this is. Might be ok for RC2.
* insert image (1.6RC1)
This is not implemented yet in wikmodel, see http://code.google.com/p/wikimodel/issues/detail?id=53 Should be relatively easy to implement and should be ok for RC1 or RC2.
* insert attachment link (1.6RC1)
Same as "insert image". Thanks -Vincent On Sep 2, 2008, at 11:20 AM, Marius Dumitru Florea wrote:
Hi devs,
Here's the roadmap I propose:
* Bugs * fix IE bugs * heading doesn't work (1.6M2) * tool bar separator not shown (1.6M2)
* fix cross-browser bugs * pass syntax id to ConversionFilter (xwiki/2.0 currently hardcoded) (1.6M2) * skip tool bar separator for unsupported features (1.6M2)
* fix output bugs * return should generate a new paragraph (1.6RC1) * nested lists should be wrapped by a list item (1.6RC1) * HTML special characters are replaced by entities (1.6RC1)
* Features waiting for rendering support * justify (left, center, right, full) (?) * indent / outdent (currently supported only for nested lists) (?) * font (family, size) (?) * color (background, foreground) (?)
* New features * remove formatting (1.6M2) * insert symbol (1.6M2) * monospace (tt) (1.6RC1) * insert link / unlink (1.6RC1) * insert image (1.6RC1) * insert attachment link (1.6RC1)
* UI * infrastructure * configurable menus (1.6M2) * generic dialog box with optimised dragging and glass panel in modal mode (1.6M2) * generic tray (1.6M2)
* link menu * dialogs & trays for insert link / image / attachment (1.6RC1)
* Server side * services for insert link / image / attachment (1.6RC1)
So WDYT? Marius