esvit / ng-ckeditor

BSD 3-Clause "New" or "Revised" License
265 stars 137 forks source link

Plugins #74

Open kierenj opened 8 years ago

kierenj commented 8 years ago

I see many other open issues around plugins - which suggest putting the plugin into a 'lib' folder. However, this seems to be a year out of date: there is no lib folder.

How can I use plugins with ng-ckeditor please?

munkh-altai commented 8 years ago

i have same problem. How to custom external plugin ?

JohnGalt1717 commented 8 years ago

Same here!

munkh-altai commented 8 years ago

hi guys try this var instance = (isTextarea) ? CKEDITOR.replace(element[0], {customConfig: '/plugin/ckeditor/config_custom.js'}) : CKEDITOR.inline(element[0], {customConfig: '/plugin/ckeditor/config_custom.js'}), configLoaderDef = $q.defer();

i was change in source one line with custom config all fine

bagusflyer commented 8 years ago

I'm using ckeditor Builder to build the customized ckeditor. But it seems not working. I've copyed the ckeditor to bower_components/ng-ckeditor/. But nothing happened.