Download the PHP package malzariey/filament-lexical-editor without Composer
On this page you can find all versions of the php package malzariey/filament-lexical-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download malzariey/filament-lexical-editor
More information about malzariey/filament-lexical-editor
Files in malzariey/filament-lexical-editor
Package filament-lexical-editor
Short Description Implementation of meta's lexical editor in FilamentPHP, a modern, extensible text editor framework.
License MIT
Homepage https://github.com/malzariey/filament-lexical-editor
Informations about the package filament-lexical-editor
Filament Lexical Editor.
This package provides an implementation of Meta's Lexical Editor within the FilamentPHP framework. It offers a modern, extensible text editor that can be easily integrated into your FilamentPHP projects.
Installation
You can install the package via composer:
Optionally, you can publish the views using
Screenshots
Light mode
Dark mode
Usage
Use the FilamentLexicalEditor
field in your form schema to add the Lexical Editor to your form.
Customize Toolbar
You can customize the toolbar by using the enabledToolbars
method. The method accepts an array of ToolbarItem constants. The following is a list of available toolbar items:
Adding Dividers between Toolbar Actions
To add a divider between toolbar actions, you can use the ToolbarItem::DIVIDER constant.
Styling
If you're building a custom Filament theme, you need one more step to make the editor theme match your custom theme.
Add this line to your resources/css/{panel_name}/theme.css
file.
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
- Majid Al Zariey
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Acknowledgements
- This project makes use of Lexical Editor by Meta.
- Special thanks to JetBrains, whose support to open-source projects has been tremendously valuable for our project's progress and improvement. Through their Open Source Support Program, JetBrains has generously provided us with free licenses to their high-quality professional developer tools, including IntelliJ IDEA and PhpStorm. These tools have greatly improved our productivity and made it easier to maintain high quality code. JetBrains has demonstrated a strong commitment to assisting the open source community, making a significant contribution to promoting open-source software and collaboration. We wholeheartedly thank JetBrains for their support and for having us in their open-source project support program.
All versions of filament-lexical-editor with dependencies
filament/forms Version ^3.0
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.15.0