codemirror-hashare
v0.0.2
Published
Hash based sharing plugin for codemirror
Downloads
13
Readme
codemirror-hashare
Hash based sharing plugin for codemirror
Usage
// require plugin
var hashare = require("codemirror-hashare")
// Install plugin
hashare(CodeMirror)
var myCodeMirror = CodeMirror(document.body, {
// ...
hashare: true // enable buffer sharing
})
Install
npm install codemirror-hashare