Alternatives to CKEditor for WSYIWYG text area editor

48,294

Solution 1

I just found:

http://redactorjs.com/

http://aloha-editor.org/

https://github.com/xing/wysihtml5

http://jhollingworth.github.com/bootstrap-wysihtml5/

Update (this one is pretty great and customizable): https://github.com/guardian/scribe

Solution 2

You can try these: NicEdit

Xstandard

Solution 3

If you want a WYSIWYG editor for a Rails 3.2 project, take a look at Mercury Editor. There is also a Railscast (#296) that explains how it works.

Raptor Editor is another awesome option.

For a tiny alternative, I suggest CLEditor (but seem to be "abandoned" at this time)

Share:
48,294
goddamnyouryan
Author by

goddamnyouryan

Full Stack Rails dev with some JS thrown in there.

Updated on December 10, 2020

Comments

  • goddamnyouryan
    goddamnyouryan over 3 years

    Me and my company are looking for an alternative to CKEditor to use in our CMS. Preferably we would like something a bit more up to date and significantly more lightweight.

    We're a rails 3.2 shop, so something that integrates easily with rails would be nice.

    Really we are just looking for the formatting features, and possibly image uploading (though we have an api, so this might be difficult) via integration with paperclip.

    So far we've seen

    • CKEditor
    • TinyMCE
    • Markdown

    Does anyone have any suggestions or thoughts?

    Thanks!