From 9bd199a6e79e8744731a62b19da96beca81f5c41 Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 27 Nov 2018 00:57:15 +0100 Subject: [PATCH] add description to each example --- examples/dom.html | 6 +++++- examples/prosemirror.html | 7 +++++-- examples/quill.html | 17 +++++++++-------- examples/textarea.html | 6 ++++-- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/examples/dom.html b/examples/dom.html index f63eb8cf..370d38b4 100644 --- a/examples/dom.html +++ b/examples/dom.html @@ -10,8 +10,12 @@ +

This example shows how to bind a YXmlFragment type to an arbitrary DOM element. We set the DOM element to contenteditable so it basically behaves like a very powerful rich-text editor.

+

The content of this editor is shared with every client who visits this domain.

+
-
+ +