I am looking for a open source Rich Text Editor which supports table, images, file uploads and is as light as possible. Popular RTE like tinyMCE, CK Editor are too big and there is no image and file upload support.
feedback
|
|
A few weeks ago I started using elrte with elfinder, Its not perfect but is easy to implement and feature heavy. | |||
|
feedback
|
|
This isn't actually full answer to your question, but about 6 months ago I was solving the same problem. And I end up writing my own RTE using heavily Jquery and for uploading flash plugin (more files at once). Table support is a little bit tricky so I didn't implement that, but planning in future. If you don't need all the functionality of big RTE, you can use ContentEditable attribute and build some controls around it. | |||||||
feedback
|
|
I don't know tinyMCE, but CKEditor is not too big because it's made with plugins. I think it's easier built a image plugin or built one you need. | |||||
feedback
|