writefree
v1.2.12
Published
A simple, clutter-free JavaScript text editor.
Downloads
8
Readme
WriteFree
A clutter-free embeddable text editor.
WriteFree is an easy-to-use embeddable text editor modeled after Medium.com's excellent writing interface. WriteFree is meant to provide a clutter-free, easier to use and understand alternative to more traditional rich text editors.
Use
To use WriteFree, simply provide a single div and pass it to the WriteFree constructor.
var wf = WriteFree(document.getElementById('WriteFreeCtn'));