S
S
Sergey2012-08-15 13:12:57
JavaScript
Sergey, 2012-08-15 13:12:57

Is there a sane WYWIWYG editor based on contentEditable?

Actually, there was an urgent need for a flexible and simple editor (flexibility is expressed in the design settings through CSS, at least, and more decent panel layout, so that it can also be slightly tweaked through CSS).
I'm currently in the process of writing my own editor that would fit perfectly, but the reality is that I don't have two weeks to finish it. Therefore, a ready-made editor is of interest.

From the requirements, the contentEditable is inside the div and not the iframe, in order for it to stretch depending on the content. Alas, of these I know only NicEditor, but it is obsolete. In fact, I am currently rewriting it.
Another requirement is IE7 support. That narrows the circle of editors.

Of the functionality, you only need text formatting, nothing overly complicated.

If the editor is implemented on jQuery-like libraries, it is even better.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
K
krasulya, 2012-08-15
@krasulya

Maybe this redactorjs.com/ is for you? jQuery-plugin, without using iframe'a, drags on.
The only thing is IE8+.

S
Sergey, 2012-08-15
@Ualde

Inline not only NicEditor but also:
Aloha Editor
FresherEditor (here just with JQ)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question