plotnikoff / HTE

Pure HTML/JS rich text editor, without ContentEditable or desgnMode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it.
Attempt to create rich text editor that doesn't use browser's design mode or 
content editable to gain more control over output markup, and possibly to 
generate different markups in the future.

Currently tested under IE6, IE7, IE8, FF3.6, Chrome, Safari, Opera.

Example: http://hte.plotnikoff.info/ (This isn't node server so example 
doesn't support document loading and comet features)

Server.
Server should be backed by NodeJS and CouchDB

TODO:
 - fix bug in opera 10

About

Pure HTML/JS rich text editor, without ContentEditable or desgnMode

License:Other


Languages

Language:JavaScript 100.0%