Try me, edit this!

SimpleHtml5Editor is a no-bullshit text editor. It does not do any magic with browsers, nor tries to sanitize input, it just edits, formats, it's a simple toolbar you can embed wherever you want, it'll work on the selected text, or the next text to be written, in any contentEditable enabled element

  • Light and small code (about 60 lines of coffee)
  • coffescript + lesscss
  • No bullshit, just html5
  • Extensible, all the buttons are defined in a simple array
  • Works as a jquery or zeptojs plugin
  • You can have as much instances of it as you want

Just a text editor

I was looking for a lightweight html5 text editor with no polifyls, light (simpleHtml5Editor is ~5k minified!) and with no dependence of jquery or jquery ui (built on top of zeptojs).
as I could not find one, I spent a few days working on this one, if you like don't doubt on buying me a coffe

The editor for grassCMS

This is the editor of choice for grasscms ( http://grasscms.com ), the cms for the masses's next release

This plugin does not require twitter bootstrap, I've just done this example page with it.
You can modify the buttons, It's a painless system, just check out the editor.coffee file and the array defining them!.