As someone who had tried to implement a modern rich text editor with custom plugins, this seems like a terrific solution to a real problem. I had used a fairly nice wrapper around contenteditable[0], but this seems like a much more featureful, easily extensible option. The other options (CKEditor seemed most popular) are heavyweight, complex, poorly documented solutions that don't seem amenable to easily creating lightweight plugins, modules, etc.<p>I have high hopes for what these guys produce.<p>EDIT: Just wanted to add that looking through the API docs, it seems to solve exactly the problems I had. Would have made a measurable difference to my business to have had this, if it does what it says it does.<p>[0] <a href="http://mindmup.github.io/bootstrap-wysiwyg/" rel="nofollow">http://mindmup.github.io/bootstrap-wysiwyg/</a>