Hi, I tried to use toDoList in CKEditor 5, but the command in configuration doesn't work here. So I tried installing the plugins in customized webblock which works.
May I check why this component didn't allow all free plugins which provided by CKEditor 5?
Hi Ethan,
There is probably no reason. I used the Online Builder of CKEditor and perhaps didn't include it for no apparent reason. I will try to include it when I perform maintenance on this component. Nice to hear though that you where able to include it yourself!
Greetings,
Vincent
Hi Vincent,
Thank you for your reply, looking forward the update next time.
Hi Ethan,Is there any way for you to easilly explain how did you installed the plugins yourself?I am having trouble building a new CKEditor component using a new build generated on the online builder.Thanks in advance!
Sure. I went to the online builder: https://ckeditor.com/ckeditor-5/builder/
Selected the Classic (at that time one to the two options available) template
Selected all the components that I thought where useful
Downloaded the created the javascript and imported that in OutSystems.
Read the documentation about how to use the API's and created the needed actions.
Thats about it. Good luck :)
Hi Vincent,Thanks for the fast reply.I believe that I've already done the steps that you've mentioned, but I am having an error stating that I "Cannot use import statement outside a module". That is happening in the "import" on the javascript resource.Thanks again