layout |
---|
default |
The CodeMirror example uses custom CRDT type, Text.
For more details: codemirror.html
<textarea id="text-editor">Type text here</textarea>
Markdown example also uses Text.
<textarea id="markdown-editor">Type markdown here</textarea>
The Quill example uses custom CRDT type, RichText.
For more details: quill.html
The drawing example uses Array.
For more details: drawing.html
Using Vue.js
{% raw %}
{% endraw %}
❌
{{ list.title }}
❌
{{ card.title }}
Add another card
Add another list