A TinyMCE binding for Knockout.js
Check out the demo to get a quick idea of how it works and how to use it.
The knockout-tinymce binding is available in the bower repository. To install it in your bower enabled project, just do:
bower install knockout-tinymce-binding
Bind to a textarea:
<textarea data-bind='tinymce: observable'>
And then refer to the demo page on detailed usage instructions.
To build knockout-tinymce from the coffeescript source, do the following in a node.js enabled environment:
npm install -g grunt-cli
npm install
grunt
The knockout-tinymce binding is released under the MIT License. Please see the LICENSE file for details.