On the subject of WYSIWYG editors . . . I have built this community site <http://www.brassingtonvillage.org/> around Habari. Different people in the village have logins so that they can add pages etc. At first I had the jwysiwyg plugin installed, but people complained that when they pasted from Word it made a mess of things in the editor (not surprising to me but surprising to them). Because it is a community site and I need to be as accommodating as possible to everyone using the site (especially the non-techy - most users) I switched to ckeditor which has a "Paste from Word" button, but (a) I'm not sure if I really should be using the editor (not sure if the license permits its use on such a site) and (b) it doesn't play nicely with the media silo (inserting something from the media silo inserts it at the start of the editor, and inserting something else replaces what was inserted first unless the user saves first). This may well be down to how I have hacked the editor into my plugin(!) and there may be a way to fix it. However I am interested to know whether the wysihtml5 has a "paste from Word" option (with the associated clean up of Word's tags)? Same for the YUIWYSIWYG plugin? Even whether jwysisyg has it now?
Philip On 29 Jan 2013, at 15:50, Owen Winkler wrote: > On 1/29/2013 10:01 AM, Matthias Bauer wrote: >> For anyone looking for an alternative, I would recommend basing it >> around https://github.com/xing/wysihtml5 > > This is a nice library, and MIT-licensed. Add a good UI and image > manipulation support (after you get images into the editor, it's hard to do > anything useful with them), and it's all set. > > Owen > > > -- > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/habari-dev > --- You received this message because you are subscribed to the Google Groups > "habari-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/habari-dev --- You received this message because you are subscribed to the Google Groups "habari-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
