26 lines
No EOL
723 B
HTML
26 lines
No EOL
723 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Yjs CodeMirror6 Demo + Yrs warp websocket</title>
|
|
<style>
|
|
.cm-wrap { height: 300px; border: 1px solid #ddd}
|
|
.cm-scroller { overflow: auto; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<button type="button" id="y-connect-btn">Disconnect</button>
|
|
<p></p>
|
|
<p>
|
|
This is a demo of the <a href="https://github.com/yjs/yjs">Yjs</a> ⇔
|
|
<a href="https://codemirror.net">CodeMirror</a> binding:
|
|
<a href="https://github.com/yjs/y-codemirror.next">y-codemirror.next</a>.
|
|
</p>
|
|
<p>
|
|
The content of this editor is shared with every client that visits this
|
|
domain.
|
|
</p>
|
|
<div id=editor></div>
|
|
<script type="text/javascript" src="../main.js" async></script>
|
|
</body>
|
|
</html> |