The editor I require, needs to be easy to use. Even for people with absolutely no HTML knowledge
The projects I have tried are:
What I'm looking for is:
- Editor like TinyMCE editor with a live view like in stackoverflow site.
- A way to insert pictures, and arrange them in the article.
EDIT: THe best solution that I think about it right now is to use:
TinyMCE for WYSIWYG editor.
Write custom code that will show it live in real article format.
Write Ajax code that will upload the pictures to the site and then the editor can arrange them in the article, based on their ID/name.
What do you think about solution? Maybe you have a better idea?