KISSY Editor:

Features:

  1. 编辑器基本功能
  2. 小巧精简,仅依赖 yahoo-dom-event, min 后不超过 50k, gzip 后不超过 20k
  3. 支持所有 A 级浏览器

Known Issues:

  1. 欢迎提交 bug: http://code.google.com/p/kissy/issues/list
  2. 或发送 email:lifesinger (at) gmail.com

References:

  1. Command Identifiers (MSDN)
  2. selection Object (MSDN)
  3. TextRange Object (MSDN)
  4. controlRange Collection (MSDN)
  5. Rich-Text Editing in Mozilla (MDC)
  6. Selection (MDC)
  7. range (MDC)
  8. execCommand Compatibility (让人佩服的 PPK)
  9. Introduction to Range (通俗易懂的 PPK)
  10. Range Compatibility Table (Range is EVIL)
  11. contentEditable Demo (PPK 的尝试)
  12. Firefox 3 – ContentEditable
  13. Midas Specification (MDC)
  14. Midas Demo
  15. Cross-Browser Rich Text Editor (RTE) Demo
  16. CKEditor (FCKEditor 的新一代产品,RTE 中的王者)
  17. TinyMCE(后起之秀,我接触的第一个 RTE)
  18. Google Docs (简单与复杂的权衡)
  19. YUI RTE(爱恨交加)
  20. NicEditor(采用 ContentEditable,跨域)
  21. 白社会编辑器(简单够用,挺好)