PHPackages                             androsamp/filament-rich-editor-textcolor - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. androsamp/filament-rich-editor-textcolor

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

androsamp/filament-rich-editor-textcolor
========================================

Filament Rich Editor text color plugin (TipTap) for FilamentPHP.

v1.3.1(3mo ago)11.2k↑392.9%MITPHPPHP ^8.1

Since Sep 30Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/AndroSamp-it/filament-rich-editor-textcolor)[ Packagist](https://packagist.org/packages/androsamp/filament-rich-editor-textcolor)[ RSS](/packages/androsamp-filament-rich-editor-textcolor/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (7)Dependencies (4)Versions (8)Used By (0)

filament-rich-editor-textcolor
==============================

[](#filament-rich-editor-textcolor)

[![Latest Version on Packagist](https://camo.githubusercontent.com/cc9bb75b059cb3a172cf2aa132fb20c13261f3489901f8505994775416f11a98/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616e64726f73616d702f66696c616d656e742d726963682d656469746f722d74657874636f6c6f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/androsamp/filament-rich-editor-textcolor)[![Total Downloads](https://camo.githubusercontent.com/9babe71231b2b987e44dbad0c09ee05074fb07b0f974e16d7019c748421f15e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616e64726f73616d702f66696c616d656e742d726963682d656469746f722d74657874636f6c6f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/androsamp/filament-rich-editor-textcolor)

Plugin for Filament Rich Editor: text color selection (TipTap/ProseMirror).

Installation
------------

[](#installation)

```
composer require androsamp/filament-rich-editor-textcolor
```

Usage
-----

[](#usage)

```
->toolbarButtons(['textColorPicker'])
```

```
->floatingToolbars([
    'paragraph' => [
        'textColorPicker'
    ]
])
```

Rendering:

```
use Filament\Forms\Components\RichEditor\RichContentRenderer;

// Fetch the post and its content
$post = Post::first();

// Render the content using Filament's RichContentRenderer
$renderer = RichContentRenderer::make($post->content);

// $renderer now contains the final HTML with text color support
```

Localization
------------

[](#localization)

The package includes translations for English and Russian languages. The translations are automatically loaded when the package is installed.

### Available Translation Keys

[](#available-translation-keys)

```
'filament-rich-editor-textcolor::text-color.label' // Button label
'filament-rich-editor-textcolor::text-color.modal_heading' // Modal heading
```

### Publishing Translations

[](#publishing-translations)

To customize the translations, you can publish them to your project:

```
php artisan vendor:publish --tag=filament-rich-editor-textcolor-translations
```

This will copy the translation files to `resources/lang/vendor/filament-rich-editor-textcolor/`.

### Supported Languages

[](#supported-languages)

- **English** (`en`) - Default
- **Russian** (`ru`)

License
-------

[](#license)

MIT

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance80

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~28 days

Recently: every ~42 days

Total

7

Last Release

108d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63e972cff7469d325144c71231247f2d15150195087910a68aedd041a3c29e19?d=identicon)[AndroSamp-it](/maintainers/AndroSamp-it)

---

Top Contributors

[![AndroSamp-it](https://avatars.githubusercontent.com/u/192169616?v=4)](https://github.com/AndroSamp-it "AndroSamp-it (14 commits)")

---

Tags

pluginlaraveltiptapcolortext colorfilamentfilamentphprich editor

### Embed Badge

![Health badge](/badges/androsamp-filament-rich-editor-textcolor/health.svg)

```
[![Health](https://phpackages.com/badges/androsamp-filament-rich-editor-textcolor/health.svg)](https://phpackages.com/packages/androsamp-filament-rich-editor-textcolor)
```

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[awcodes/richer-editor

A collection of extensions and tools to enhance the Filament Rich Editor field.

3912.9k9](/packages/awcodes-richer-editor)[rawilk/filament-password-input

Enhanced password input component for filament.

52263.4k14](/packages/rawilk-filament-password-input)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

128192.3k3](/packages/dotswan-filament-map-picker)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

34226.4k13](/packages/schmeits-filament-character-counter)[tonegabes/filament-better-options

Filament form components for better radio and checkbox options.

1610.3k](/packages/tonegabes-filament-better-options)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
