Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WYSIWYG recommendations for my Rails app

I'm working on a Rails project and I'm in need of a user-friendly WYSIWYG. I'll say this about the type of people using it: Whatever you think of as user-friendly, perhaps think one step below that (not an insult, just a realization).

Ideally, I'd like something where one could have basic functionality (lists, links, bold, italic) and see in real-time. Kind of like OH MY GOSH IT'S RIGHT HERE IN STACK OVERFLOW AS I CREATE THIS POST.

So, um, yeah: something like this would be excellent (although I'd prefer the windows be side-by-side rather than this editor-on-top situation, but I won't be picky).

like image 639
rumblestrut Avatar asked Mar 26 '12 16:03

rumblestrut


3 Answers

I'd suggest to use gem ckeditor it's really perfect solution, i used it recently in my Rails 3.2 project

like image 74
Said Kaldybaev Avatar answered Nov 19 '22 01:11

Said Kaldybaev


A pretty cool and fancy one is Sir Trevor JS. There is also a gem

like image 29
Sergey Kishenin Avatar answered Nov 19 '22 02:11

Sergey Kishenin


We use TinyMCE quite a bit.

No unbelievable feature set or anything, but it does have a nice jQuery integration plugin (which goes a long way for us).

The live preview functionality seems very doable.

like image 2
Nathan Colgate Avatar answered Nov 19 '22 01:11

Nathan Colgate