Download the PHP package robertdrakedennis/filament-tiptap-editor without Composer
On this page you can find all versions of the php package robertdrakedennis/filament-tiptap-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download robertdrakedennis/filament-tiptap-editor
More information about robertdrakedennis/filament-tiptap-editor
Files in robertdrakedennis/filament-tiptap-editor
Package filament-tiptap-editor
Short Description A Tiptap ingtegration for Filament Admin/Forms.
License MIT
Informations about the package filament-tiptap-editor
Filament Tiptap Editor
A Tiptap ingtegration for Filament Admin/Forms.
- Supports Light/Dark Mode
- Fullscreen editing
- Overrideable Media uploading
- Profile based buttons to simplify reusing features
- Includes all Tiptap extensions in the Starter Kit and Tables. More extensions to come...
Installation
Install the package via composer
Optionally, Publish config files and assets.
The package comes with 3 profiles for buttons out of the box. Unless you need to create your own profiles there is no need to publish.
Usage
The editor extends the default Forms Field class so all other methods available on that class can be used when adding it to a form.
See filament-tiptap-editor.php
config file for modifying profiles to add / remove buttons from the editor.
You may also override the default file upload with your own Livewire component and assigning its ID to the media_upload_id
setting in the config file.
Versioning
This projects follow the Semantic Versioning guidelines.
License
Copyright (c) 2022 Adam Weston and contributors
Licensed under the MIT license, see LICENSE.md for details.
All versions of filament-tiptap-editor with dependencies
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.9.2