wotz / filament-custom-tiptap-extensions
Some custom extensions for Filament Tiptap
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/wotz/filament-custom-tiptap-extensions
Requires
- php: ^8.2
- filament/filament: ^4.0|^5.0
- illuminate/contracts: ^11.0|^12.0
- spatie/laravel-package-tools: ^1.12
- wotz/filament-link-picker: ^2.0
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.0|^8.0
- orchestra/testbench: ^9.0|^10.0
- pestphp/pest: ^3.0|^4.0
- pestphp/pest-plugin-laravel: ^3.0|^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
README
This package provides extensions for the awcodes/filament-tiptap-editor package to integrate it with our own packages.
Installation
You can install the package via composer:
composer require wotz/filament-custom-tiptap-extensions
Usage
use Wotz\FilamentCustomTiptapExtensions\Plugins\LinkPickerRichContentPlugin; use Filament\Forms\Components\RichEditor; RichEditor::make('description') ->toolbarButtons([ [ 'linkPicker', ], ]) ->plugins([ LinkPickerRichContentPlugin::make(), ]);
Documentation
For the full documentation, check here.
Testing
vendor/bin/pest
Changelog
Please see CHANGELOG for more information on what has changed recently.
Upgrading
Please see UPGRADING for more information on how to upgrade to a new version.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
If you discover any security-related issues, please email info@whoownsthezebra.be instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.