ng-ckeditor
ng-ckeditor copied to clipboard
Plugins
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?
i have same problem. How to custom external plugin ?
Same here!
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
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.