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.

link|improve this question

66% accept rate
I briefly checked the websites of tinyMCE and CKEditor, both offer file uploads using plugins. Maybe these plugins are not for free. – Nick Nov 14 '10 at 8:17
@Nick... Yes they are not free – mrN Nov 15 '10 at 7:37
feedback

3 Answers

up vote 4 down vote accepted

A few weeks ago I started using elrte with elfinder, Its not perfect but is easy to implement and feature heavy.

link|improve this answer
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.

link|improve this answer
Thanks for your advice... Although I dont want to jump to developing my own RTE, Why reinvent the wheel? Lets hope someone can help me out. – mrN Nov 14 '10 at 7:32
Well, I was thinking the same. Reinventing the wheel is bad practise. But I spend a lot of time searching for tinyMCE/CK editor alternative and found none usable. And because they are not ideal for some usa-cases I went to develop my own RTE. It was a lot of work, but in long run it was a good choice. I have very flexible RTE which I can modify for my needs very easily. – Frodik Nov 14 '10 at 7:40
If that would be the only option left, I would not backdown from it.:D – mrN Nov 15 '10 at 7:38
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.

link|improve this answer
Image and Plugin... have to be bought seperately in order to use them – mrN Nov 15 '10 at 7:37
Yes I know but if you know javascript it's easy create a "image plugin" – DavideDM Nov 15 '10 at 7:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.