1
vote
1answer
83 views

Which HTML+Javascript source editors support continuous validation and preview?

For programmers, Eclipse continuously compiles source code and highlights errors as you type. This greatly accelerates edit-test iteration cycles. I'm looking for a similar sourcecode editor for HTML ...
1
vote
2answers
347 views

Lightweight javascript editor for textarea

I'm looking for a simple javascript editor, much like the one i'm using to type this message. I've tried searching (and i wondered why starting to ask a question shows much better search results than ...
0
votes
0answers
51 views

Which rich text editor it is used on SE? Is that under free licence? [closed]

I was wondering if the text editor we are actually using to ask and answer questions on SE is a home made solution, a free software project, something else? In case it is a free software, where can I ...
2
votes
2answers
282 views

A JavaScript Rich Editor That Doesn't Convert Non-ASCII Text to Character Entities?

I am working on a site for Spanish speakers, and I am looking for a UTF-8 enabled JavaScript Rich Text Editor that preserves non-ascii characters as text, instead of entity encoding. That is, when I ...