Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 22, 2021 12:14
Show Gist options
  • Save velotiotech/f96264879f6fed49035a8dfee99cceed to your computer and use it in GitHub Desktop.
Save velotiotech/f96264879f6fed49035a8dfee99cceed to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Yjs Quill Example</title>
<script src="./dist/index.bundle.js" async defer></script>
<link rel=stylesheet href="//cdn.quilljs.com/1.3.6/quill.snow.css" async defer>
</head>
<body>
<button type="button" id="connect-btn">Disconnect</button>
<div id="editor" style="height: 500px;"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment