First of all, congrats for your work. WYMeditor is very easy to integrate and to customize.
I would like to use WYMeditors in my webapp but I have to find a way to count and limit the number of characters that the user can type ... sort of client-side validation, to avoid problem when insert data into database.
(It would be great to be able to configure it to count the number of characters of the formatted text (with html formatting) OR the unformatted one)
I used to have some javascript functions that were doing it well for "normal" text-area but doesn't work anymore with WYMeditor.
Did someone already tried to do it ? Does it seems easy to develop or not ? Could it be done in a plugin ?
Thx.
Clément