Categories
symfony

WYSIWYG is the best Symfony friend

I’m sure if you allow visitors to submit any content on your site you use WYSIWYG in your project. Not much of them knows HTML so you have somehow to simplify their lives. Of course, you can go with built-in TinyMCE but we dont really like it. There is also easy way to use FCKEditor (for those who still did not know how to do that here is explanation: http://trac.symfony-project.org/ticket/185).

So here are list of WYSIWYGs you can use with Symfony right now:

TinyMCE – built-in symfony
FCKEditor – built-in symfony
The WYSIWYM Markdown Editor http://www.symfony-project.org/plugins/sfWmdPlugin

There were mentioned on symfony forum that someone developed plugins for

SPAWS Xinha (htmlarea successor)

but we’ve never seen them.

We would also want to mention here about usefull plugin you may want to use along with WYSIWYG:

http://www.symfony-project.org/plugins/sfValidatorHtmlPlugin

We vote 2 hands for FCKEditor, it’s quickly developing and powerfull. The disadvantage – you have to buy license if you use it for commercial purposes. The other important thing is supporting of plugins by FCKEditor. If you would take a look into this page you can see detailed instruction on how to create plugins:

http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Customization/Plug-ins

and here is big list of existing plugins and comments to them:

http://sourceforge.net/tracker/?group_id=75348&atid=737639|FCKeditor’s

We also reffer you to forum post regard using of WYSIWYGs:

http://www.symfony-project.org/forum/index.php/mv/msg/1558/6006/

Do you know any other good WYSIWYGs? We open our ears and listen up 🙂