Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 744 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 744 Bytes

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 General Public License