PHPackages                             robertdrakedennis/filament-tiptap-editor - 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. [Framework](/categories/framework)
4. /
5. robertdrakedennis/filament-tiptap-editor

ActiveProject[Framework](/categories/framework)

robertdrakedennis/filament-tiptap-editor
========================================

A Tiptap ingtegration for Filament Admin/Forms.

v0.1.3(4y ago)014MITBladePHP ^8.0.2

Since Apr 22Pushed 4y agoCompare

[ Source](https://github.com/robertdrakedennis/filament-tiptap-editor)[ Packagist](https://packagist.org/packages/robertdrakedennis/filament-tiptap-editor)[ RSS](/packages/robertdrakedennis-filament-tiptap-editor/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (2)Versions (7)Used By (0)

Filament Tiptap Editor
======================

[](#filament-tiptap-editor)

A Tiptap ingtegration for Filament Admin/Forms.

[![screenshot](./images/screenshot.png)](./images/screenshot.png)

- Supports Light/Dark Mode
- Fullscreen editing
- Overrideable Media uploading
- Profile based buttons to simplify reusing features
- Includes all Tiptap extensions in the Starter Kit and Tables. More extensions to come...

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

[](#installation)

Install the package via composer

```
composer require awcodes/filament-tiptap-editor
```

Optionally, Publish config files and assets.

The package comes with 3 profiles for buttons out of the box. Unless you need to create your own profiles there is no need to publish.

```
php artisan vendor:publish --tag="filament-tiptap-editor-config"
```

Usage
-----

[](#usage)

The editor extends the default Forms Field class so all other methods available on that class can be used when adding it to a form.

```
use FilamentTiptapEditor\TiptapEditor;

TiptapEditor::make('content')
    ->profile('simple')
    ->required(); //->etc
```

See `filament-tiptap-editor.php` config file for modifying profiles to add / remove buttons from the editor.

You may also override the default file upload with your own Livewire component and assigning its ID to the `media_upload_id` setting in the config file.

Versioning
----------

[](#versioning)

This projects follow the [Semantic Versioning](https://semver.org/) guidelines.

License
-------

[](#license)

Copyright (c) 2022 Adam Weston and contributors

Licensed under the MIT license, see [LICENSE.md](LICENSE.md) for details.

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~2 days

Total

6

Last Release

1520d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/685e05d43b695685becbe9277fb4ff4cf22798647b6cc41dab6702fb269df082?d=identicon)[robertdrakedennis](/maintainers/robertdrakedennis)

---

Top Contributors

[![robertdrakedennis](https://avatars.githubusercontent.com/u/31261583?v=4)](https://github.com/robertdrakedennis "robertdrakedennis (14 commits)")[![awcodes](https://avatars.githubusercontent.com/u/3596800?v=4)](https://github.com/awcodes "awcodes (2 commits)")

---

Tags

frameworklaraveltiptapfilament

### Embed Badge

![Health badge](/badges/robertdrakedennis-filament-tiptap-editor/health.svg)

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

###  Alternatives

[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[awcodes/filament-tiptap-editor

A Tiptap integration for Filament Admin/Forms.

410975.5k28](/packages/awcodes-filament-tiptap-editor)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[awcodes/filament-sticky-header

A Filament Panel plugin to make page headers sticky when scrolling.

82138.9k1](/packages/awcodes-filament-sticky-header)

PHPackages © 2026

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