PHPackages                             mihail-himinec/tallstack-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. [Admin Panels](/categories/admin)
4. /
5. mihail-himinec/tallstack-editorjs

ActiveLibrary[Admin Panels](/categories/admin)

mihail-himinec/tallstack-editorjs
=================================

EditorJS for Filament admin panel.

v2.0.5(1y ago)0119MITJavaScriptPHP ^8.1

Since Jun 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/mihail-himinec/tallstack-editorjs)[ Packagist](https://packagist.org/packages/mihail-himinec/tallstack-editorjs)[ Docs](https://github.com/mihail-himinec/tallstack-editorjs)[ RSS](/packages/mihail-himinec-tallstack-editorjs/feed)WikiDiscussions master Synced 2w ago

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

Интеграция [EditorJS](https://editorjs.io/) для админки на Filament
===================================================================

[](#интеграция-editorjs-для-админки-на-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/46a54d99c931665240a10453efa2031b0e2e0eca1f72c1b83054f8441cc9d3ec/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696861696c2d68696d696e65632f74616c6c737461636b2d656469746f726a732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_slug/:package_slug)[![Total Downloads](https://camo.githubusercontent.com/a05ae7e445d7176b49d87065cfcbf47283289b5416edba49d21338f60b3accf4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d696861696c2d68696d696e65632f74616c6c737461636b2d656469746f726a732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_slug/:package_slug)
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

[](#)

Предустановки
-------------

[](#предустановки)

#### Text and typography

[](#text-and-typography)

- [@editorjs/paragraph](https://github.com/editor-js/paragraph) — text block base tool
- [@editorjs/header](https://github.com/editor-js/header) — header block
- [@editorjs/quote](https://github.com/editor-js/quote) — tool for quotes
- [@editorjs/delimiter](https://github.com/editor-js/delimiter) — delimiter tool
- [@editorjs/warning](https://github.com/editor-js/warning) — warning tool can be used as editorials notifications or appeals
- [editorjs-alert](https://github.com/vishaltelangre/editorjs-alert) - tool for adding colorful alert messages

#### Lists

[](#lists)

- [@editorjs/nested-list](https://github.com/editor-js/nested-list) — Multi-leveled lists
- [@editorjs/checklist](https://github.com/editor-js/checklist) — checklists for your texts

#### Media &amp; Embed

[](#media--embed)

- [@editorjs/attaches](https://github.com/editor-js/attaches) — attach files to your article
- [@editorjs/embed](https://github.com/editor-js/embed) — pasted patterns handling and inserts iframe with embedded content
- [@editorjs/link](https://github.com/editor-js/link) — link with preview
- [naduma/editorjs-mermaid](https://github.com/naduma/editorjs-mermaid) — Mermaid Block for Editor.js

#### Table

[](#table)

- [@editorjs/table](https://github.com/editor-js/table) — table constructor tool

#### Code

[](#code)

- [@editorjs/code](https://github.com/editor-js/code) — tools for code examples
- [@editorjs/raw](https://github.com/editor-js/raw) — include raw HTML code to your article

---

Помощь
------

[](#помощь)

- [EditorJS](https://editorjs.io/base-concepts/)
- [Filament](https://filamentphp.com/docs/2.x/admin/installation)

Установка
---------

[](#установка)

Установить пакет:

```
composer require mihail-himinec/tallstack-editorjs
```

Опубликовать конфигурационный файл:

```
php artisan vendor:publish --tag="tallstack-editorjs-config"
```

Это содержимое опубликованного конфигурационного файла:

```
return [
];
```

При желании вы можете опубликовать представления с помощью:

```
php artisan vendor:publish --tag="tallstack-editorjs-views"
```

Использование
-------------

[](#использование)

По умолчанию включены все инструменты

```
[
        'header',
        'image',
        'delimiter',
        'list',
        'underline',
        'quote',
        'table',
        'raw',
        'code',
        'inline-code',
        'style',
        'alert',
        'warning',
        'embed',
        'color',
        'marker',
        'tooltip',
        'checklist',
        'attaches',
        'alignmenttune',
        'paragraph',
        'strikethrough',
        'lists',
        'mermaid',
]
```

Вы можете отключить любой из них, передав массив инструментов:

```
EditorJs::make('content')->disableTools(['delimiter', 'quote']);
```

Вы можете отключить любой из них, передав массив инструментов:

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

License
-------

[](#license)

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

###  Health Score

31

—

LowBetter than 65% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Total

8

Last Release

539d ago

Major Versions

v1.0.1 → v2.0.12024-03-14

### Community

Maintainers

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

---

Top Contributors

[![mihail-himinec](https://avatars.githubusercontent.com/u/12414678?v=4)](https://github.com/mihail-himinec "mihail-himinec (16 commits)")

---

Tags

laravelTallstackEditorJstallstack-editorjs

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mihail-himinec-tallstack-editorjs/health.svg)

```
[![Health](https://phpackages.com/badges/mihail-himinec-tallstack-editorjs/health.svg)](https://phpackages.com/packages/mihail-himinec-tallstack-editorjs)
```

###  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.

329575.9k35](/packages/codewithdennis-filament-select-tree)[filament/support

Core helper methods and foundation code for all Filament packages.

2333.9M302](/packages/filament-support)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[harris21/laravel-fuse

Circuit breaker for Laravel queue jobs. Protect your workers from cascading failures.

46273.9k](/packages/harris21-laravel-fuse)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

25060.1k](/packages/vormkracht10-laravel-mails)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2324.4k1](/packages/mradder-filament-logger)

PHPackages © 2026

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