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

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

wotz/filament-custom-tiptap-extensions
======================================

Some custom extensions for Filament Tiptap

v2.1.0(3mo ago)2548↓44.1%[3 PRs](https://github.com/wotzebra/filament-custom-tiptap-extensions/pulls)MITPHPPHP ^8.4CI passing

Since Dec 6Pushed 1mo ago2 watchersCompare

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

READMEChangelog (6)Dependencies (14)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

49

—

FairBetter than 95% of packages

Maintenance84

Actively maintained with recent releases

Popularity21

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity67

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

Recently: every ~118 days

Total

11

Last Release

115d ago

Major Versions

v0.0.1 → v1.0.02023-12-07

v1.2.1 → v2.0.02026-01-20

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

v1.1.0PHP ^8.2|^8.3

v2.1.0PHP ^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/15cf50c665151125e406b8daceaca4ce27096798f9295cbae2f17b29440241f6?d=identicon)[Who Owns The Zebra](/maintainers/Who%20Owns%20The%20Zebra)

---

Top Contributors

[![jyrkidn](https://avatars.githubusercontent.com/u/2447042?v=4)](https://github.com/jyrkidn "jyrkidn (28 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (17 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (8 commits)")[![AngryMoustache](https://avatars.githubusercontent.com/u/20287748?v=4)](https://github.com/AngryMoustache "AngryMoustache (3 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/wotz-filament-custom-tiptap-extensions/health.svg)

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

###  Alternatives

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

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

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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