PHPackages                             mrfade/filament-editorjs - 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. mrfade/filament-editorjs

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

mrfade/filament-editorjs
========================

Next generation block styled editor.

v1.0.8(12mo ago)25493MITJavaScriptPHP ^8.1

Since Aug 21Pushed 12mo agoCompare

[ Source](https://github.com/mrfade/filament-editorjs)[ Packagist](https://packagist.org/packages/mrfade/filament-editorjs)[ Docs](https://github.com/mrfade/filament-editorjs)[ RSS](/packages/mrfade-filament-editorjs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (9)Versions (14)Used By (0)

Filament EditorJs
=================

[](#filament-editorjs)

[![Filament EditorJs](art/banner.png)](art/banner.png)[![Latest Version on Packagist](https://camo.githubusercontent.com/078daa886e97833cde3257c1c580764f401c3d0540acb9fa1b04751ac4da2320/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d72666164652f66696c616d656e742d656469746f726a732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mrfade/filament-editorjs)[![Total Downloads](https://camo.githubusercontent.com/f62fa975ff37de3a20ae0d7eb91a6ff2a10e5ca9311f1558ce813398a715c6cb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d72666164652f66696c616d656e742d656469746f726a732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mrfade/filament-editorjs)

[EditorJs](https://editorjs.io/) integration for Filament Admin/Forms.

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

[](#installation)

You can install the package via composer:

```
composer require mrfade/filament-editorjs
```

Usage
-----

[](#usage)

```
use FilamentEditorJs\Forms\Components\EditorJs;

EditorJs::make('content')
```

Customization
-------------

[](#customization)

### Tools

[](#tools)

By default all tools are enabled. This is a list of available tools:

```
[
    'attaches',         // @editorjs/attaches
    'checklist',        // @editorjs/checklist
    'code',             // @editorjs/code
    'delimiter',        // @editorjs/delimiter
    'header',           // @editorjs/header
    'image-gallery',    // editorjs-gallery
    'image',            // @editorjs/image
    'inline-code',      // @editorjs/inline-code
    'link',             // @editorjs/link
    'list',             // @editorjs/list
    'marker',           // @editorjs/marker
    'nested-list',      // @editorjs/nested-list
    'paragraph',        // @editorjs/paragraph
    'quote',            // @editorjs/quote
    'raw',              // @editorjs/raw
    'style',            // editorjs-style
    'table',            // @editorjs/table
    'underline',        // @editorjs/underline
    'warning',          // @editorjs/warning
]
```

You can disable any of them using by passing an array of tool names:

```
EditorJs::make('content')
    ->disableTools(['image', 'raw']);
```

Also you can enable only certain tools:

```
EditorJs::make('content')
    ->tools(['image', 'raw']);
```

### Tools Options

[](#tools-options)

You can pass options to the tools:

```
EditorJs::make('content')
    ->toolsOptions([
        'attaches' => [
            'endpoint' => '/upload/file',
        ],
        'image' => [
            'endpoints' => [
                'byFile' => '/upload/image',
                'byUrl' => '/upload/image-by-url',
            ],
        ],
    ]);
```

### Debugging

[](#debugging)

To debug the editor, you can enable the debug mode:

```
EditorJs::make('content')
    ->debug();
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.

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

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance50

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Recently: every ~154 days

Total

13

Last Release

362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c674a43e61916f1be9075e06e4a8f84fc9eff4e004323968b4fea68884b6e8f8?d=identicon)[mrfade](/maintainers/mrfade)

---

Top Contributors

[![mrfade](https://avatars.githubusercontent.com/u/7377876?v=4)](https://github.com/mrfade "mrfade (20 commits)")[![rahmanramsi](https://avatars.githubusercontent.com/u/48276043?v=4)](https://github.com/rahmanramsi "rahmanramsi (14 commits)")[![thisnugroho](https://avatars.githubusercontent.com/u/49790011?v=4)](https://github.com/thisnugroho "thisnugroho (4 commits)")[![bashgeek](https://avatars.githubusercontent.com/u/4669888?v=4)](https://github.com/bashgeek "bashgeek (1 commits)")[![maaz1n](https://avatars.githubusercontent.com/u/46790922?v=4)](https://github.com/maaz1n "maaz1n (1 commits)")[![ibnnajjaar](https://avatars.githubusercontent.com/u/7188633?v=4)](https://github.com/ibnnajjaar "ibnnajjaar (1 commits)")[![Jubeki](https://avatars.githubusercontent.com/u/15707543?v=4)](https://github.com/Jubeki "Jubeki (1 commits)")

---

Tags

laravelfilament-editorjsmrfade

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/mrfade-filament-editorjs/health.svg)

```
[![Health](https://phpackages.com/badges/mrfade-filament-editorjs/health.svg)](https://phpackages.com/packages/mrfade-filament-editorjs)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M626](/packages/spatie-laravel-data)[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.

320392.1k17](/packages/codewithdennis-filament-select-tree)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)

PHPackages © 2026

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