Download the PHP package mdobes/rich-editor-fullscreen without Composer
On this page you can find all versions of the php package mdobes/rich-editor-fullscreen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mdobes/rich-editor-fullscreen
More information about mdobes/rich-editor-fullscreen
Files in mdobes/rich-editor-fullscreen
Package rich-editor-fullscreen
Short Description Fullscreen functionality for Filament V4 Rich Editor
License MIT
Homepage https://github.com/mdobes/rich-editor-fullscreen
Informations about the package rich-editor-fullscreen
Rich Editor Fullscreen
A Filament v4 & v5 plugin that adds fullscreen functionality to the Rich Editor component. This plugin allows users to expand the rich editor to fullscreen mode for a better writing experience.
Installation
You can install the package via composer:
Usage
Once installed, the fullscreen functionality is automatically available in all Rich Editor components. The plugin registers itself globally, so no additional configuration is needed.
Basic Usage
The plugin automatically adds the fullscreen button to your Rich Editor toolbar:
Keyboard Shortcuts
Cmd + Shift + F(Mac) orCtrl + Shift + F(Windows/Linux): Toggle fullscreen modeEsc: Exit fullscreen mode
Screenshots
Customization
CSS Customization
You can customize the fullscreen appearance by publishing the assets and modifying the CSS:
The main CSS classes you can customize:
.fi-fo-rich-editor.fullscreen- The main fullscreen container.fi-fo-rich-editor.fullscreen .ProseMirror- The editor content area.fi-fo-rich-editor.fullscreen .fi-fo-rich-editor-toolbar- The toolbar in fullscreen mode
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
- Michal Dobeš
- AndroSamp-it
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of rich-editor-fullscreen with dependencies
filament/forms Version ^4.0 || ^5.0
spatie/laravel-package-tools Version ^1.15.0