- Compatible with quill v1.x (0.20 still works, too).
- Compatible with gulf v5 only! (For gulf v4, checkout
gulf-quill
package on npm)
npm install --save gulf-editor-quill
const QuillDocument = require('gulf-editor-quill')
var doc = new QuillDocument({
editorInstance: quill
})
masterStream.pipe(doc.masterLink()).pipe(masterStream)
editorInstance
-- a quill instance to be wired up with gulfstorageAdapter
-- (optional) a gulf storage adapter. Default isgulf.MemoryAdapter
ottype
-- the OT type to use. Default isrich-text
(c) 2015 by Marcel Klehr
GNU Lesser General Public License