ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

How to access CKEDITOR api in angular #106

Closed gcorsaro closed 4 years ago

gcorsaro commented 4 years ago

Request

I'm using CKEditor 4 with angular integration. I followed the guide but it's not clear how to access the CKEDITOR api entry point which is used for the main operations (i.e. configuration, etc.). In my case I need to use an external config.js where I need to make many changes as well as adding some custom extra plugins.

Browser: all Integration version: ckeditor4-angular@latest CKEditor version: latest

Dumluregn commented 4 years ago

Hello,

most of your concerns should be manageable by using custom config as described in our docs. This way you are able to add custom plugins as well as modify other editor's properties.

Also, please note that our GitHub issue tracker serves for reporting bugs and new features only. Unfortunately, your request is neither of them, therefore please leave your question on Stack Overflow where our team and the community assist other users in solving their issues.

If you have CKEditor license, please contact our support team. You also can ask your implementation questions at Stack Overflow.

gcorsaro commented 4 years ago

Hello @Dumluregn many thanks. I asked in stackoverflow as you advised. I hope somebody can help me because the guide you also linked doesn't fit my needs.