Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.