https://github.com/yuku/textcomplete
Autocomplete for HTMLTextAreaElement and more.
https://github.com/yuku/textcomplete
autocomplete
Last synced: about 2 months ago
JSON representation
Autocomplete for HTMLTextAreaElement and more.
- Host: GitHub
- URL: https://github.com/yuku/textcomplete
- Owner: yuku
- License: mit
- Created: 2013-08-24T06:22:06.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T03:25:12.000Z (over 1 year ago)
- Last Synced: 2025-04-18T05:48:28.807Z (2 months ago)
- Topics: autocomplete
- Language: TypeScript
- Homepage: https://yuku.takahashi.coffee/textcomplete/
- Size: 8.43 MB
- Stars: 1,746
- Watchers: 61
- Forks: 302
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Textcomplete
Autocomplete for HTMLTextAreaElement and more.



See more at [yuku.takahashi.coffee/textcomplete](https://yuku.takahashi.coffee/textcomplete/)
## 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 documentation
```bash
yarn install
yarn docs
```then open http://localhost:1234.
### Release
```bash
yarn release
```then create a release for the shown tag.
## License
© Yuku Takahashi - This software is licensed under the MIT license.