Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.15 KB

Textcomplete

Autocomplete for HTMLTextAreaElement and more.

Publish Test GitHub pages

Document.

Packages

Textcomplete consists of subpackages:

Name Description
@textcomplete/core Core of Textcomplete.
@textcomplete/textarea Editor for HTMLTextAreaElement.
@textcomplete/contenteditable Editor for contenteditable. (Experimental)
@textcomplete/codemirror Editor for CodeMirror. (Experimental)
@textcomplete/utils Utility functions for editors.

Development

View Document

yarn install
yarn lerna bootstrap
yarn docs

then open http://localhost:1234.

Release

yarn release

then create a release for the shown tag.

License

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