Gulf bindings for the socialcalc spreadsheet editor. It utilizes the ot-socialcalc OT type.
- Compatible with gulf v5 only (For gulf v4, you may find v0.1.x to work.)
npm install --save gulf-editor-socialcalc
const SocialcalcDocument = require('gulf-editor-socialcalc')
var doc = new SocialcalcDocument({
editorInstance: socialcalcControl
})
masterStream.pipe(doc.masterLink()).pipe(masterStream)
editorInstance
-- a SocialcalcControl instance to be wired up with gulfstorageAdapter
-- (optional) a gulf storage adapter. Default:gulf.MemoryAdapter
ottype
-- (optional) the ottype to use. Default:ot-socialcalc
(c) 2016 by Marcel Klehr
Mozilla Public License 2.0
socialcalc_patches.js
is licensed under CC0 by Audrey Tang.