I’m looking to add a light text editor (in php/js), much like the one found here in stackoverflow, wikipedia, forums, etc. to my application to get input from the user.
I do not want to use ones solutions like TinyMCE because they simply send back and forth HTML. The HTML then needs to be sanitized and that’s already so much resource wasted.
Does anyone know any that can be commercially used? Free or paid.
Thank you.
Stackoverflow uses markdown. I believe I use this version on my site https://github.com/derobins/wmd and this for the C# backend http://code.google.com/p/markdownsharp/ I do remember needing to tweak the javascript settings and css/html but its not very hard