Hi
I was wondering if I could get a web-based word processor just like the one here on stack overflow, that shows a view of what you are typing in.
Hi
I was wondering if I could get a web-based word processor just like the one here on stack overflow, that shows a view of what you are typing in.
TinyMCE has a lot of the same functionality. I think SO wrote their own, though.
The editor used on StackOverflow is a modified version of WMD: http://wmd-editor.com/
You could use TinyMCE and make a function that gets the content of the TinyMCE editor box and creates a preview below it on every keystroke :)