# ckeditor-text-color-select

> The text color selector for CKEditor 5

Latest version **0.0.2-2** (published 2018-10-27) · GPL-2.0-or-later license · 0 weekly downloads

## Install

```sh
npm install ckeditor-text-color-select
pnpm add ckeditor-text-color-select
yarn add ckeditor-text-color-select
bun add ckeditor-text-color-select
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2-2 |
| Published | 2018-10-27 |
| First published | 2018-09-22 |
| Weekly downloads | 0 |
| License | GPL-2.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=6.9.0 |
| Dependencies | 3 |
| Unpacked size | 33.3 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 4 |
| Author | Paul Derbyshire |
| Maintainers | thedude70 |
| Keywords | ckeditor, ckeditor5, ckeditor 5, ckeditor5-feature |

## Links

- npm: https://www.npmjs.com/package/ckeditor-text-color-select
- Repository: https://github.com/TheDude70/ckeditor-text-color-select
- Homepage: https://github.com/TheDude70/ckeditor-text-color-select#readme
- Issues: https://github.com/TheDude70/ckeditor-text-color-select/issues
- npm.io page: https://npm.io/package/ckeditor-text-color-select

## Dependencies (3)

- [@ckeditor/ckeditor5-ui](https://npm.io/package/@ckeditor/ckeditor5-ui.md) ^11.0.0
- [@ckeditor/ckeditor5-core](https://npm.io/package/@ckeditor/ckeditor5-core.md) ^11.0.0
- [@ckeditor/ckeditor5-engine](https://npm.io/package/@ckeditor/ckeditor5-engine.md) ^10.2.0

## Alternatives

- [ext-list](https://npm.io/package/ext-list.md) — 6.3M weekly downloads
- [@lexical/selection](https://npm.io/package/@lexical/selection.md) — 3.8M weekly downloads
- [@lexical/text](https://npm.io/package/@lexical/text.md) — 3.6M weekly downloads
- [@lexical/clipboard](https://npm.io/package/@lexical/clipboard.md) — 3.0M weekly downloads
- [@tiptap/extension-mention](https://npm.io/package/@tiptap/extension-mention.md) — 3.0M weekly downloads

## Recent versions

- 0.0.2-2 (latest) — 2018-10-27
- 0.0.2-1 — 2018-10-10
- 0.0.2 — 2018-10-10
- 0.0.1-3 — 2018-10-07
- 0.0.1-2 — 2018-09-22
- 0.0.1-1 — 2018-09-22
- 0.0.1 — 2018-09-22

## README

CKEditor 5 Text Color Selector
==============================================

The Text Color Selector to add color to your text within Ckeditor 5.

## Documentation

The available colors in this plugin are all the named css colors available. It also includes an upcast which I require in a personal project where it finds the closest available color. It should be straight forward to modify this for your own needs.

This is a use as is or modify as you require plugin. I will update or modify as I require for personal projects. Requests for options/features you may require for your projects will mostly be ignored. You are free to fork and modify as you see fit.

## Quick start

First, install the build from npm:

```bash
npm install --save ckeditor-text-color-select
```

Use it in your JavaScript application:

```js
import TextColor from 'ckeditor-text-color-select/src/textcolor';
```

## License

Licensed under the terms of [GNU General Public License Version 2 or later](http://www.gnu.org/licenses/gpl.html).

---
_Source: https://npm.io/package/ckeditor-text-color-select · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
