LaravelPackages.net
Acme Inc.
Toggle sidebar
msuhels/editorjs

Next generation block styled editor.

257
7
About msuhels/editorjs

msuhels/editorjs is a Laravel package for next generation block styled editor.. It currently has 7 GitHub stars and 257 downloads on Packagist. Install it with composer require msuhels/editorjs. Discover more Laravel packages by msuhels or browse all Laravel packages to compare alternatives.

Last updated

Filament EditorJs

Latest Version on Packagist Total Downloads

EditorJs integration for Filament Admin/Forms.

Installation

You can install the package via composer:

composer require msuhels/editorjs:dev-master

Usage

use msuhels\editorjs\Forms\Components\EditorJs;

EditorJs::make('content')

Customization

Tools

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

[
    'header',
    'image',
    'delimiter',
    'list',
    'underline',
    'quote',
    'table',
    'raw',
    'code',
    'inline-code',
    'style',
]

you can enable only certain tools:

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

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.

Comments