hvlads / django-ckeditor-5

Django CKEditor 5 integration.
Other
152 stars 60 forks source link

Height and width options + extra plugins #204

Closed DaniSanchez01 closed 6 months ago

DaniSanchez01 commented 8 months ago

Hello! Thank you in advance for your time.

I'm trying to migrate from ckEditor 4 to ckEditor5 but I'm not finding where could I control the height/width of the widget in this project. Also, I've seen that there is no option yet to add extraplugins right? I would love to add the emoji plugin for my toolbar

goapunk commented 8 months ago

@DaniSanchez01 the height and with is now controlled via css, see https://ckeditor.com/docs/ckeditor5/latest/examples/how-tos.html#how-to-set-the-height-of-ckeditor-5

And yes, adding plugins dynamically is not supported yet.