4.0.2 • Published 8 years ago

gulf-codemirror v4.0.2

Weekly downloads
1
License
LGPL-3.0
Repository
github
Last release
8 years ago

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 gulf
  • storageAdapter -- 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