Cody Marquart JavaScript, Groovy, and other technology tips

Archive

You are currently browsing the Cody Marquart blog archives for October, 2009.

Oct

10

CMWysi. A jQuery WYSIWYG

By Cody

Over the past months I have been exploring a new project. I have experienced first-hand the pains of using third-party applications within my web applications and the problems that can ensue. With the continual need for users to have control over their content, it is important for the WYSIWYG editors included in applications not to hinder this ability.

With this, I have been developing a pure JavaScript WYSIWYG editor using the jQuery Library as the driving force. I had a few main goals:

  1. Easily extended
  2. Unobtrusive
  3. Easily include multiple instances

In the end, the project will be available on Bitbucket for open collaboration and released under open source license.

For more information, please visit CMWysi.com and sign up to receive information on when the project is released as Beta and/or opened up for collaboration.