Tiptap: Resize images on editor

Created on 30 May 2019  路  5Comments  路  Source: ueberdosis/tiptap

Is your feature request related to a problem? Please describe.
I would like to be able to resize images inside the editor. That way, content would be more flexible. I didn't find a way to do this through tiptap.

Describe the solution you'd like
Adding a resize option like this (gif bellow) would help so much!

Describe alternatives you've considered
I really don't know how to implement this. Should this be on the Image plugin or a totally separated plugin? If you guys give some ideas I could make a PR.

feature request

Most helpful comment

I'm also interested in this feature

All 5 comments

you could do this currently by manipulating the size manually via an input e.g. in a modal where detached from the editor but your feature request would be a great improvement for image handling 馃憤

脤 think you can achieve that by creating a custom plugin, you could use the image component as starting point and just adding a custom, separated vue view (getView()), where you could handle your custom dragging/resizing event (or implement a custom lib)

I'm also interested in this feature

Hi guys,
Any updates?

@scrumpy In the plan?I'm also interested in this feature

for now I don't have plans to implement this in the core package

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jameswragg picture jameswragg  路  3Comments

bernhardh picture bernhardh  路  3Comments

santicros picture santicros  路  3Comments

afwn90cj93201nixr2e1re picture afwn90cj93201nixr2e1re  路  3Comments

agentq15 picture agentq15  路  3Comments