-
Notifications
You must be signed in to change notification settings - Fork 1
Home
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 getting started guide explains how to integrate wysihtml5 easily into your website.
Find a list of all wysihtml5 configuration options here.
wysihtml5 supports a variety of formatting commands. A full documentation can be found here.
You can hook into wyishtml5’s custom events and build custom functionality on top of it.
Check our simple or advanced demo.
The official CHANGELOG can always be found here.
Learn how to compile and test your changes to wysihtml5.
Step by step explanation of how the editor turns a textarea into a rich text editing interface.