You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jspwiki.apache.org by "Luca Gilardoni (JIRA)" <ji...@apache.org> on 2009/12/23 10:39:29 UTC

[jira] Commented: (JSPWIKI-450) Built-in WYSIWYG editor

    [ https://issues.apache.org/jira/browse/JSPWIKI-450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12793983#action_12793983 ] 

Luca Gilardoni commented on JSPWIKI-450:
----------------------------------------

I have been working quite a bit with FCK JSPWiki. Handling is fine and I imagine TinyMCE could be used as well.
However, users of  WYSIWYG  are also likely to do cut&paste from Word or Html or in general other rich content providers. Handling is quite reasonable in my experience wit both FCK and TiniMCE, but problems comes when the html text (which is the internal representation of both) is handled and converted to JSPWiki markup. Current issues i am aware:
1) a lot of unuseful markup is included (e.g. formatting around empy texts/para)
2) tables are always converted to wiki "|" syntax. However this work well with very simple tables, but for complex ones (e.g. merged cells, row, cols) it mangles everything. 

Point 1 is annoying but harmless (and possibly due to initial conversions within the editor), but 2 makes everything unusable. I suspect table conversion should definitly be fixed.



> Built-in WYSIWYG editor
> -----------------------
>
>                 Key: JSPWIKI-450
>                 URL: https://issues.apache.org/jira/browse/JSPWIKI-450
>             Project: JSPWiki
>          Issue Type: New Feature
>          Components: Editors
>            Reporter: Janne Jalkanen
>
> It would be really nice to ship with a built-in WYSIWYG editor.  While we do have very nice FCK editor integration, unfortunately licensing reasons forbid us from distributing it with JSPWiki.
> (FCK is triple-licensed, GPL, LGPL and MPL.  Out of these, only MPL can be included in binary form - and since FCK is Javascript, there is no binary form.  More information at http://www.apache.org/legal/3party.html).
> No target set, but a volunteer would be nice. One option would be to somehow ensure that FCK is only distributed in binary form (as a zip file which can be installed from JSPWiki?) or that the FCK authors can be talked into re-releasing it under Apache license...

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.