added ace example

This commit is contained in:
Kevin Jahns
2016-02-03 11:37:10 +01:00
parent 5e295b80d7
commit 6904e6018d
10 changed files with 6162 additions and 154 deletions

View File

@@ -139,7 +139,7 @@
<!-- Include the Quill library -->
<script src="../bower_components/quill/dist/quill.js"></script>
<script src="../bower_components/yjs/y.js"></script>
<script src="../bower_components/yjs/y.es6"></script>
<script src="./index.js"></script>
</body>
</html>

View File

@@ -4,13 +4,13 @@
Y({
db: {
name: 'memory',
namespace: 'richtext-example20'
name: 'indexeddb',
idbVersion: 20
},
connector: {
name: 'websockets-client',
room: 'richtext-example20'
// debug: true,
room: 'richtext-example24',
debug: true
// url: 'http://127.0.0.1:1234'
},
sourceDir: '/bower_components',