awcodes / filament-tiptap-editor

A Rich Text Editor plugin for Filament Forms.
MIT License
249 stars 64 forks source link

Resize Image #399

Closed mohammadapr closed 3 weeks ago

mohammadapr commented 1 month ago

Filament Version

^3.2

Plugin Version

^3.0

PHP Version

8.1.2

Problem description

not working resize image after uploaded

Screenshot 2024-06-06 at 9 13 13 at night

Expected behavior

I expect to be able to click on an image and drag around the image to resize it and bring the text next to it

Steps to reproduce

TiptapEditor::make('description')->profile('simple')->columnSpan(2),

Reproduction repository

No response

Relevant log output

No response

awcodes commented 1 month ago

What is the actual plugin version? ^3.0 doesn't give me much insight.

mohammadapr commented 1 month ago

What is the actual plugin version? ^3.0 doesn't give me much insight. My plugin version is ^3.3.7

Screenshot 2024-06-07 at 10 52 36 in the morning
marco-silvestri commented 3 weeks ago

Is now possible to resize the images?

awcodes commented 3 weeks ago

This is a bug. I'm working on it and have a solution but have to make it work with Curator before I can release it. Thank you for your patience.

CorwinDev commented 2 weeks ago

https://github.com/awcodes/filament-tiptap-editor/assets/88144943/acd9157c-9ec0-4fb2-a75a-0b3b1274bf21

Seems to be bricked after this update

awcodes commented 2 weeks ago

Make sure you republish the assets after upgrade. Php artisan filament:assets

CorwinDev commented 2 weeks ago

I've done that still the same issue

awcodes commented 2 weeks ago

Try it with v3.4.1

CorwinDev commented 2 weeks ago

Fixed 👌