0.1.13 • Published 5 months ago

@textcomplete/codemirror v0.1.13

Weekly downloads
133
License
MIT
Repository
github
Last release
5 months 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

5 months ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago