Rich Editor Extra plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Rich Editor Extra

A Filament plugin that provide a set of extra extensions for Filament RichEditor

Tags: Forms Form Field
Supported versions:
5.x 4.x
Mohamed Sabil avatar Author: Mohamed Sabil

Documentation

Filament RichEditor Extra

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Extra goodies for the Filament Forms RichEditor (v4). This package ships small, focused extensions that plug straight into your existing editor.

#Currently included:

  • Text direction (LTR / RTL).
  • More to come...

#Requirements

Package Version PHP Version Laravel Version Filament Forms Version
1.x 8.2+ 11+ 4.x

#Installation

You can install the package via composer:

composer require mohamedsabil83/filament-rich-editor-extra

Then run the package installer:

php artisan filament-rich-editor-extra:install

#Usage

Once installed, all tools will be available for all RichEditor instances. The plugin registers itself automatically, so no additional configuration is required.

#Text Direction

You’ll see two new toolbar buttons: LTR and RTL.

Example:

use Filament\Forms\Components\RichEditor;

RichEditor::make('content')
    ->label('Content')
    ->toolbarButtons([
        'rtl', 'ltr',
    ]);

#Testing

composer test

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

The author

Mohamed Sabil avatar Author: Mohamed Sabil

I’m Mohamed Sabil, a full-stack web developer with nearly 15 years of experience, specializing in the TALL stack (Tailwind CSS, Alpine.js, Laravel, Livewire). I build modern, scalable web applications and actively contribute to open-source projects, including translating and reviewing Arabic locales as a member of Laravel/Lang.

Articles
1
Plugins
3
Stars
6

From the same author