-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Impossible to add a plugin as described in the documentation #397
Comments
Hey, it's not possible to extend the predefinded builds with plugins, you need to create a custom build. |
Yep, that's what I tried to do after posting that message but I ended up having the same issues on a custom build... => I forked the "classic build" and added either already existing plugins and custom ones but the issue was with the existing ones this time, if I remember correctly (like adding CodeBlock for exemple) |
Hmm, the tutorial uses Have you checked the guide for Angular? |
Yes, really carefully! it didn't really help me |
Could pack up the project for us to take a look when we have time? cc @mremiszewski |
I could try yep, but not right away! I'll do it as soon as possible |
On an angular 16 app (a pristine project as it was intended to be a POC for me to learn how ckeditor works), I tried to follow the the tutorial step by step.
Everything went smoothly, until I reached the Commands section.
The issue I'm facing is that I get this error :
Then I followed the documentation to fix it. Thus I modified my imports, from :
to :
Once I did so, the error was indeed gone but a new one appeared :
Now I don't know what other fixes I should try...
In my app I tried multipled things, from using the ckeditor angular module/component with my custom plugin, but also with a ckeditor plugin and the issue remained the same.
Then I tried to make my own ckeditor component but once again, the issue was the same !
moreover, when I try to build the project, I receive many errors on icons:
Here is the repo of the poc
The text was updated successfully, but these errors were encountered: