From 82127bc91a2516f680366d716f8301f93a1966d3 Mon Sep 17 00:00:00 2001 From: Chuck Horton Date: Thu, 22 Dec 2016 08:53:52 -0800 Subject: [PATCH] Update readme for quill html render --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e2bab82..21667e0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ `polymer-quill` element creates a Polymer Quill Rich Text Editor using the Snow Theme. `polymer-quill-bubble` element creates a Polymer Quill Rich Text Editor using the Bubble Theme (popup toolbar like Medium). +`polymer-quill-html-render` element creates a Polymer Quill HTML Render Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need. @@ -15,6 +16,7 @@ Learn more at http://quilljs.com/ - [Demo](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/) - [Demo Snow Toolbar](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/) - [Demo Bubble Toolbar (Medium style)](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/bubble.html) +- [Demo Quill HTML Render](https://chuckh.github.io/polymer-quill/components/polymer-quill/demo/html-render.html) ### Examples @@ -30,6 +32,11 @@ Learn more at http://quilljs.com/ +#### Custom (stores as HTML every 5 seconds, show results) + + Hello World"> + + #### Demo example ```html