Nuvolari
Nuvolari

Reputation: 1155

Pure HTML 5 WYSIWYG Editor

I am currently using TinyMCE as a rich content editor for my JQuery application, but with the advent of Html 5 and its "contenteditable" attribute it seems the iframe trick that it uses is no longer needed.

Are there any cross browser Html 5 WYSIWYG Editor out there? I know Html 5 stuff isn't compatible with older browsers but that doesn't concern as I am making an experimental Html 5 everything website.

Upvotes: 2

Views: 6118

Answers (3)

Ali Khalili
Ali Khalili

Reputation: 146

TinyMCE 4.0 now supports HTML 5 and inline editing feature. You can take a look at demo: http://www.tinymce.com/tryit/inline.php

Upvotes: 1

andrewk
andrewk

Reputation: 3871

BlueGriffon has HTML5 and CSS3 support.

Upvotes: 0

Praveen Kumar Purushothaman
Praveen Kumar Purushothaman

Reputation: 167220

You could have searched Google before! Did you see WYSIHTML5?

WYSIHTML5 - A better approach to rich text editing

Open source rich text editor based on HTML5 and the progressive-enhancement approach. Uses a sophisticated security concept and aims to generate fully valid HTML5 markup by preventing unmaintainable tag soups and inline styles.

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.

Upvotes: 3

Related Questions