pikulinpw / ckeditor5-resizableheight

Optimize your CKEditor 5 editing space with the ResizableHeight plugin. This plugin adds the ability to set the height of the editor and also change its size. Adds the ability to resize.
Other
9 stars 2 forks source link

How to use this plugin with CKEditor Online Builder #1

Closed jaswinder-singh closed 8 months ago

jaswinder-singh commented 8 months ago

Thanks for making this plugin!

I'm using the online CKEditor builder offered at https://ckeditor.com/ckeditor-5/online-builder/ to create a customized build of CKEditor 5. Is there a way to use this plugin in that build via JavaScript?

louisjjs commented 5 months ago

Thanks for making this plugin!

I'm using the online CKEditor builder offered at https://ckeditor.com/ckeditor-5/online-builder/ to create a customized build of CKEditor 5. Is there a way to use this plugin in that build via JavaScript?

Hi Jaswinder,

I am also trying to achieve the same. If you could let me know how to do that would be of great help. Thanks

jaswinder-singh commented 5 months ago

In the last step of online builder, you will have option to download the customized build files.

Download those build files and rebuild them locally after following the readme of this project.

louisjjs commented 5 months ago

In the last step of online builder, you will have option to download the customized build files.

Download those build files and rebuild them locally after following the readme of this project.

Thanks Jaswinder. Will follow the steps you have mentioned. Thanks again.

pikulinpw commented 5 months ago

In the last step of online builder, you will have option to download the customized build files.

Download those build files and rebuild them locally after following the readme of this project.

Thank you, I will add information to the readme in the next update