Difference between revisions of "WYSIWYG"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 14: Line 14:
 
* [http://sourceforge.net/tracker/?group_id=103281&atid=738747 TinyMCE plugins]
 
* [http://sourceforge.net/tracker/?group_id=103281&atid=738747 TinyMCE plugins]
  
 +
== ckEditor ==
 +
* http://ckeditor.com/download
 +
 +
== markItUp ==
 +
* http://markitup.jaysalvat.com
 +
** http://markitup.jaysalvat.com/examples/html
  
* http://ckeditor.com/download
 
* http://markitup.jaysalvat.com/home/
 
 
* http://www.openwebware.com/
 
* http://www.openwebware.com/
 
* http://akzhan.github.com/jwysiwyg/
 
* http://akzhan.github.com/jwysiwyg/
Line 34: Line 38:
 
** https://github.com/xing/wysihtml5
 
** https://github.com/xing/wysihtml5
  
== markItUp ==
+
== Code Mirror ==
* http://markitup.jaysalvat.com
+
* [http://codemirror.net/ CodeMirror] is a JavaScript component that provides a code editor in the browser. When a mode is available for the language you are coding in, it will color your code, and optionally help with indentation. A rich programming API and a CSS theming system are available for customizing CodeMirror to fit your application, and extending it with new functionality.
** http://markitup.jaysalvat.com/examples/html
+
** http://drupal.org/node/274431
 +
** http://www.octolabs.com/javascripts/codemirror-ui/

Revision as of 00:00, 25 July 2012


TinyMCE

ckEditor

markItUp

Redactor

Aloha Editor

wysihtml5

  • wysihtml5 is an open source rich text editor based on HTML5 technology and the progressive-enhancement approach. It uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles. The code is completely library agnostic: No jQuery, Prototype or similar is required.

Code Mirror