Difference between revisions of "WYSIWYG"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 16: Line 16:
 
== CKEditor ==
 
== CKEditor ==
 
* http://ckeditor.com/download  
 
* http://ckeditor.com/download  
 +
 +
* http://www.undpaul.de/en/blog/2013/06/14/changing-ckeditor-skins-drupals-wysiwyg
  
 
=== Themes ===
 
=== Themes ===
 
* https://github.com/paranoida/ckeditor-moono-theme
 
* https://github.com/paranoida/ckeditor-moono-theme
 +
 +
* http://ckeditor.com/addon/moonocolor
 +
 +
* https://github.com/oleq/silver
  
 
== markItUp ==
 
== markItUp ==

Revision as of 02:25, 15 July 2013

TinyMCE

CKEditor

Themes

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

  • 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.

vi/vim

other