108
Views
5
Comments
Solved
[CKEditor 5] How can I enable all free options provided by CKEditor5?
ckeditor-5
Reactive icon
Forge asset by Vincent Koning
Application Type
Reactive

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?

2020-09-21 08-42-47
Vincent Koning
Solution

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

UserImage.jpg
Yi Ouyang

Hi Vincent, 

Thank you for your reply, looking forward the update next time.

2022-08-13 15-05-14
Rui Figueira

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!

2020-09-21 08-42-47
Vincent Koning

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 :)

Greetings,

Vincent

2022-08-13 15-05-14
Rui Figueira

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


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.