Autocomplete for HTMLTextAreaElement and more.
See more at yuku.takahashi.coffee/textcomplete
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. |
yarn install
yarn docsthen open http://localhost:1234.
yarn releasethen create a release for the shown tag.
© Yuku Takahashi - This software is licensed under the MIT license.
