We came across the need to have a CakePHP plugin for Summernote. For those you haven’t heard about it, Summernote is a WYSIWYG HTML editor which enable user to insert HTML tags in a textarea input. You can try the demo here: http://summernote.org
To quickly use it in your CakePHP project, you can try my plugin here:
https://github.com/zhaff/CakePHP-Summernote
We appreciate any feedback.
Enjoy!