gulf-codemirror
v4.0.2
Published
Convenient gulf wrapper for codemirror (uses shareaJS's textOT)
Downloads
18
Maintainers
Readme
gulf-codemirror
Convenient gulf wrapper for codemirror
Install
npm install gulf-codemirror
Usage
var bindEditor = require('gulf-codemirror')
var cm = CodeMirror(document.body)
var doc = bindEditor(cm)
masterStream.pipe(doc.masterLink()).pipe(masterStream)
API
bindEditor(cm:CodeMirrorInstance, [storageAdapter])
cm
-- a codemirror instance to be wired up with gulfstorageAdapter
-- a gulf storage adapter (optional; defaults to the in-memory Adapter)- returns the
gulf.EditableDocument
(see the gulf docs)
Legal
(c) 2015 by Marcel Klehr
GNU Lesser General Public License