Question

I'm looking for some engine written in javascript that allows the user to write in a 'box'. The idea is to create something like Google docs but without the editing options (thus, not allowing bold and that stuff).

I'm not looking for something like the contentEditable option in javascript because it depends a bit on the browser. That's why I need some own implementation. The WaveProtocol is not what I'm looking for either. It would be more something like typewith.me for example.

Do you guys know some engine or something I could use? With the client side part would be enough.

Thank's a lot!

Was it helpful?

Solution

It sounds like you are looking for a WYSIWYG editor.

If I had to recommend one, I would use tinyMCE as it is open source and well documented/supported.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top