From a126a298766e90821878ff1cc85e6163c7e2ea4d Mon Sep 17 00:00:00 2001 From: Kevin Jahns Date: Tue, 18 Apr 2017 18:24:03 +0200 Subject: [PATCH] Added Monaco editor example --- README.md | 2 +- dist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d51e3c15..8b20f642 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ is a list of the modules we know of: |[map](https://github.com/y-js/y-map) | A shared Map implementation. Maps from text to any stringify-able object | |[array](https://github.com/y-js/y-array) | A shared Array implementation | |[xml](https://github.com/y-js/y-xml) | An implementation of the DOM. You can create a two way binding to Browser DOM objects | -|[text](https://github.com/y-js/y-text) | Collaborate on text. Supports two way binding to the [Ace Editor](https://ace.c9.io), [CodeMirror](https://codemirror.net/), textareas, input elements, and HTML elements (e.g. <*h1*>, or <*p*>) | +|[text](https://github.com/y-js/y-text) | Collaborate on text. Supports two way binding to the [Ace Editor](https://ace.c9.io), [CodeMirror](https://codemirror.net/), [Monaco](https://github.com/Microsoft/monaco-editor), textareas, input elements, and HTML elements (e.g. <*h1*>, or <*p*>) | |[richtext](https://github.com/y-js/y-richtext) | Collaborate on rich text. Supports two way binding to the [Quill Rich Text Editor](http://quilljs.com/)| ##### Other diff --git a/dist b/dist index e30e16c9..3eafd787 160000 --- a/dist +++ b/dist @@ -1 +1 @@ -Subproject commit e30e16c91bfab65b1e9347d21dbda8d23e12ef03 +Subproject commit 3eafd78710a30cd01bf4c6b3553c141e7ac604a5