lemonde / angular-ckeditor

CKEditor directive for Angular.
137 stars 133 forks source link

Where are the plugins located inside CKEDITOR? #65

Open courtyenn opened 7 years ago

courtyenn commented 7 years ago

I am trying to customize the config for plugins that I've added on CKEditor. For instance, wordcount. I have several instances of the editor, and I'd like to customize the charcounts for each by passing it into a directive...

Is this possible by using the CKEDITOR global object? Thanks!