Ted
Ted
I found quill 2.0.0.4 https://libraries.io/npm/quill I am using 2.0.0.4 because 2.0.0.3 has some input issues especially with the Chinese input I am using. (I think is a bug of 2.0.0.3...
Error: ``` index.html:36 Uncaught ReferenceError: BlotFormatter is not defined at index.html:36 ``` ``` Quill.register('modules/blotFormatter', BlotFormatter); editor = new Quill('#editor', { theme: 'snow', modules: { cursors: true, table: true, toolbar: {...
quant fix
which version is this one? seems like the latest one from the repository doesn't have the styles in the title dropdown.
Sorry for continuous spamming. I had spent some time looking into: https://github.com/yjs/y-prosemirror Because there aren't any other opensource shared cursor available online. Seems like it uses websockets and is quite...