PHPackages                             codedor/filament-custom-tiptap-extensions - 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. codedor/filament-custom-tiptap-extensions

Abandoned → [wotz/filament-custom-tiptap-extensions](/?search=wotz%2Ffilament-custom-tiptap-extensions)Library[Utility &amp; Helpers](/categories/utility)

codedor/filament-custom-tiptap-extensions
=========================================

Some custom extensions for Filament Tiptap

v2.0.0(6mo ago)25.4k↓46.7%[1 PRs](https://github.com/codedor/filament-custom-tiptap-extensions/pulls)MITPHPPHP ^8.2CI passing

Since Dec 6Pushed 1mo ago2 watchersCompare

[ Source](https://github.com/codedor/filament-custom-tiptap-extensions)[ Packagist](https://packagist.org/packages/codedor/filament-custom-tiptap-extensions)[ Docs](https://github.com/wotzebra/filament-custom-tiptap-extensions)[ RSS](/packages/codedor-filament-custom-tiptap-extensions/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (13)Versions (14)Used By (0)

Some custom extensions for Filament Tiptap
==========================================

[](#some-custom-extensions-for-filament-tiptap)

This package provides extensions for the `awcodes/filament-tiptap-editor` package to integrate it with our own packages.

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

[](#installation)

You can install the package via composer:

```
composer require wotz/filament-custom-tiptap-extensions
```

Usage
-----

[](#usage)

```
use Wotz\FilamentCustomTiptapExtensions\Plugins\CheckedListPlugin;use Wotz\FilamentCustomTiptapExtensions\Plugins\LinkPickerRichContentPlugin;
use Filament\Forms\Components\RichEditor;

RichEditor::make('description')
    ->toolbarButtons([
        [
            'linkPicker',
            'checkedList',
        ],
    ])
    ->plugins([
        LinkPickerRichContentPlugin::make(),
        CheckedListPlugin::make(),
    ]);
```

Documentation
-------------

[](#documentation)

For the full documentation, check [here](./docs/index.md).

Testing
-------

[](#testing)

```
vendor/bin/pest
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Upgrading
---------

[](#upgrading)

Please see [UPGRADING](UPGRADING.md) for more information on how to upgrade to a new version.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance79

Regular maintenance activity

Popularity24

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~86 days

Recently: every ~186 days

Total

10

Last Release

209d ago

Major Versions

v0.0.1 → v1.0.02023-12-07

v1.2.1 → v2.0.02026-01-20

PHP version history (2 changes)v0.0.1PHP ^8.2

v1.1.0PHP ^8.2|^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/57cc19028ba009c60e4fec6a2516f878598b66a6e260cc06a5cf300f00913ba8?d=identicon)[jyrkidn](/maintainers/jyrkidn)

---

Top Contributors

[![jyrkidn](https://avatars.githubusercontent.com/u/2447042?v=4)](https://github.com/jyrkidn "jyrkidn (29 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (20 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")[![AngryMoustache](https://avatars.githubusercontent.com/u/20287748?v=4)](https://github.com/AngryMoustache "AngryMoustache (3 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (1 commits)")[![gdebrauwer](https://avatars.githubusercontent.com/u/22586858?v=4)](https://github.com/gdebrauwer "gdebrauwer (1 commits)")

---

Tags

laravelwho owns the zebrafilament-custom-tiptap-extensions

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/codedor-filament-custom-tiptap-extensions/health.svg)

```
[![Health](https://phpackages.com/badges/codedor-filament-custom-tiptap-extensions/health.svg)](https://phpackages.com/packages/codedor-filament-custom-tiptap-extensions)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

316.8k2](/packages/finity-labs-fin-mail)[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)

PHPackages © 2026

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