Question

Wondering if anyone can suggest a WYSIWYG editor for a rails project.

Some requirements:

  • Prefer no iframes

  • Need the ability to add a Select List to the toolbar, to allow the user to add code snippets at the current location

  • Play nice with simple_form

  • Nice to have voice to text conversion.

http://mindmup.github.io/bootstrap-wysiwyg/ : Looks fantastic, accept it needs a DIV so will not play nicely with simnple_form

http://hackerwins.github.io/summernote/features.html : Cant see a way to insert the custom toolbar and functionality

Was it helpful?

Solution

I've been using bootstrap-wysihtml5-rails in combination with simple form. It pops up the toolbar on top of the input field without additional modifications. What problems do you see?

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