You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'd like to prevent tables and images resizing inside the editor. The reason is that the content written by the user is going to be saved to Markdown in my use case, which doesn't support resizing images or tables.
Allowing users to resize them and then seeing a different result when they re-open the editor is weird, so it would nice to have an option to disable this :)
Describe the solution you'd like
There are several ways this could be done, one could be a simple prop on the BlockNoteView component (as resizing is mainly tied to the UI).
Describe alternatives you've considered
Hiding the handle buttons on images (but this is a dirty hack and it doesn't work on tables).
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'd like to prevent tables and images resizing inside the editor. The reason is that the content written by the user is going to be saved to Markdown in my use case, which doesn't support resizing images or tables.
Allowing users to resize them and then seeing a different result when they re-open the editor is weird, so it would nice to have an option to disable this :)
Describe the solution you'd like
There are several ways this could be done, one could be a simple prop on the
BlockNoteView
component (as resizing is mainly tied to the UI).Describe alternatives you've considered
Hiding the handle buttons on images (but this is a dirty hack and it doesn't work on tables).
Additional context
N/A
The text was updated successfully, but these errors were encountered: