0.1.13 • Published 2 years ago

@textcomplete/codemirror v0.1.13

Weekly downloads
133
License
MIT
Repository
github
Last release
2 years ago

@textcomplete/codemirror

Textcomplete editor for CodeMirror. (Experimental)

npm version

Check the live demo here.

Install

npm install --save @textcomplete/core @textcomplete/codemirror codemirror

Synopsis

const { Textcomplete } = require("@textcomplete/core")
const { CodeMirrorEditor } = require("@textcomplete/codemirror")

const CodeMirror = require("codemirror")

const cm = CodeMirror(myElement)
const editor = new CodeMirrorEditor(cm)
const textcomplete = new Textcomplete(editor, strategies, option)

Usage

Read the document.

License

© Yuku Takahashi - This software is licensed under the MIT license.

0.1.13

2 years ago

0.1.12

3 years ago

0.1.11

3 years ago

0.1.10

4 years ago

0.1.9

4 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago