https://github.com/serapath/coding-editor
codemirror based code-editor
https://github.com/serapath/coding-editor
codemirror editor embed embeddable
Last synced: about 1 year ago
JSON representation
codemirror based code-editor
- Host: GitHub
- URL: https://github.com/serapath/coding-editor
- Owner: serapath
- License: mit
- Created: 2018-08-29T02:53:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-01T14:01:56.000Z (almost 7 years ago)
- Last Synced: 2025-02-14T17:42:05.592Z (over 1 year ago)
- Topics: codemirror, editor, embed, embeddable
- Language: JavaScript
- Homepage: https://serapath.github.io/coding-editor/
- Size: 266 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coding-editor
codemirror based code-editor
# usage
**this module is work in progress**
```js
const editor = require('coding-editor')
// for now, see `demo.js`
```