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 1mo 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

33

—

LowBetter than 74% of packages

Maintenance46

Moderate activity, may be stable

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

439d 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

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[vormkracht10/laravel-mails

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

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/laravel-filament-components

A collection of reusable components for Filament.

10972.2k2](/packages/ralphjsmit-laravel-filament-components)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)

PHPackages © 2026

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