codemirror-hashare

0.0.2 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i codemirror-hashare

Weekly Downloads

2

Version

0.0.2

License

none

Last publish

Collaborators

  • gozala