Question

I need a very light editor for my simple form textbox with only these options:

bold
italic
*list
br

I don't need a very rich editor with many options like markup, wysiwyg, tinymce...etc

I want the lightest editor for ruby on rails!

Was it helpful?

Solution

Have you looked at TinyMCE ? It's pretty easy to configure and you can just pass corresponding parameters to include those options that you require. It does not not even require any gems or js library. Details - http://www.tinymce.com/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top