updated quill example

This commit is contained in:
Kevin Jahns 2016-08-22 12:57:04 +02:00
parent 81c8504462
commit 59d859b38b
4 changed files with 7193 additions and 7 deletions

View File

@ -1,7 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="../bower_components/quill/dist/quill.snow.css" />
<!-- 1.0.0-rc.0 does currently not include dist files! We are using the hosted version instead -->
<!--link rel="stylesheet" href="../bower_components/quill/dist/quill.snow.css" /-->
<link href="//cdn.quilljs.com/1.0.0-rc.0/quill.snow.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.css" rel="stylesheet">
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/styles/monokai-sublime.min.css" rel="stylesheet">
<style>
@ -17,10 +19,12 @@
</div>
</div>
<!-- Include the Quill library -->
<script src="//cdnjs.cloudflare.com/ajax/libs/KaTeX/0.5.1/katex.min.js" type="text/javascript"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.2.0/highlight.min.js" type="text/javascript"></script>
<script src="//cdn.quilljs.com/1.0.0-rc.0/quill.js"></script>
<!-- 1.0.0-rc.0 does currently not include dist files! We are using the hosted version instead (see above)
<script src="../bower_components/quill/dist/quill.js"></script>
-->
<script src="../bower_components/yjs/y.es6"></script>
<script src="./index.js"></script>
</body>

View File

@ -19,7 +19,7 @@
"y-text": "latest",
"y-indexeddb": "latest",
"y-xml": "latest",
"quill": "~0.20.1",
"quill": "^1.0.0-rc.0",
"ace": "~1.2.3",
"ace-builds": "~1.2.3",
"jquery": "~2.2.2",

7188
y.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long