0.0.2 • Published 11 years ago

codemirror-hashare v0.0.2

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

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
0.0.2

11 years ago

0.0.1

11 years ago