Text Alignment with Rich Editor

Is there any way to enable the text alignment feature? Like left, center or right alignment in Rich Editor?
10 Replies
Patrick Boivin
Patrick Boivin14mo ago
I could be wrong but I think this is not possible with the default RichEditor field (Trix.js). If switching editor is an option for you, check out this plugin : https://filamentphp.com/plugins/tinyeditor
Filament
TinyEditor by MohamedSabil83 - Plugins - Filament
Filament Forms TinyEditor is a package for Laravel Filament that wraps TinyMce Editor into a usable component.
joao nivaldo
joao nivaldo14mo ago
Ok. Tanks
Unknown User
Unknown User13mo ago
Message Not Public
Sign In & Join Server To View
black ka1ser
black ka1ser13mo ago
composer require mohamedsabil83/filament-forms-tinyeditor
composer require mohamedsabil83/filament-forms-tinyeditor
black ka1ser
black ka1ser13mo ago
GitHub
GitHub - mohamedsabil83/filament-forms-tinyeditor: A TinyMce Editor...
A TinyMce Editor component for filament. Contribute to mohamedsabil83/filament-forms-tinyeditor development by creating an account on GitHub.
black ka1ser
black ka1ser13mo ago
you can view the installation, usage guides there
Dex
Dex13mo ago
Have you been able to use this editor? I just installed it and put it into my form, unfortunatelly the editor isn't showing up only the label of the element.
Patrick Boivin
Patrick Boivin13mo ago
I'm using it on one project, no issues... Another really good option is #tiptap plugin
Dex
Dex13mo ago
Well I just installed the editor, importing the assets to the layout but when I put the editor into my Form nothing else besides the label is shown.
Patrick Boivin
Patrick Boivin13mo ago
That's weird... not sure if the author is online atm but you can post in #tinyeditor lol, apparently you did already