Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuku/textcomplete
Autocomplete for HTMLTextAreaElement and more.
https://github.com/yuku/textcomplete
autocomplete
Last synced: 30 days 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 (about 11 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T03:25:12.000Z (11 months ago)
- Last Synced: 2024-04-14T05:16:39.231Z (7 months ago)
- Topics: autocomplete
- Language: TypeScript
- Homepage: https://yuku.takahashi.coffee/textcomplete/
- Size: 8.43 MB
- Stars: 1,732
- Watchers: 63
- Forks: 305
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Textcomplete
Autocomplete for HTMLTextAreaElement and more.
![Publish](https://github.com/yuku/textcomplete/workflows/Publish/badge.svg)
![Test](https://github.com/yuku/textcomplete/workflows/Test/badge.svg)
![GitHub pages](https://github.com/yuku/textcomplete/workflows/GitHub%20pages/badge.svg)![](./docs/images/demo.gif)
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.