Skip to content

Instantly share code, notes, and snippets.

@leemour
Forked from dypsilon/richText.md
Created June 22, 2013 11:32
Show Gist options
  • Save leemour/5840545 to your computer and use it in GitHub Desktop.
Save leemour/5840545 to your computer and use it in GitHub Desktop.

Rich Text Editing

External Links

  • WYSIWYG HTML
    • TinyMCE
      • looks like bootstrap
      • license: LGPL
      • integrates with Plupload for file uploading (PHP only)
      • integrates with MoxieManager for file management (PHP only)
      • bloated with lots of options and plugins
    • CKEditor
      • License: GPL3/LGPL3/MPL
      • File Manager (über CKFinder -> kostenpflichtig)
      • Bildupload
      • resizing & full screen editing
      • ok source
      • paste as plain text or from word
      • lots of options: forms, find and replace, spell checking, iframe
      • show blocks
      • styles
      • inline editing support
      • skins
      • languages
      • div based editor
      • many interesting plugins
    • WYSIHTML5 by Xing
      • minimal, small and fast
      • very minimal
      • claims clean html5 output
      • styles
      • speach features (lol)
    • Aloha Editor
      • nice inline editing
      • pretty advanced
      • buggy and awkward image placing
      • license: GPL2 or commercial
      • used in new versions of typo3 (?)
    • SnapEditor
      • License: kostenfplichtig (300$)
      • in place editing
      • claims clean code
  • Markdown
  • Semantic Editors
  • Misc
    • Create.js can be used on two levels: as a full inline editing interface, or as a set of components for building your own editing UI.
    • YUI3 Rich Text Editor: YUI component for rich text editing. No GUI.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment