Skip to content
tiff edited this page Apr 1, 2012 · 26 revisions

wysihtml5 community wiki

Introduction

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.

Getting Started

The getting started guide explains how to integrate wysihtml5 easily into your website.

API docs

The API docs provide you with a complete reference of available JS methods.

Demos

Check our simple or advanced demo.

ChangeLog

The official CHANGELOG can always be found here.

Contribute

Learn how to compile and test your changes to wysihtml5.

Progressive Enhancement

Step by step explanation of how the editor turns a textarea into a rich text editing interface.

Clone this wiki locally