CKEditor : wordcount - unable to find in CDN

荒凉一梦 提交于 2019-12-02 14:29:56

问题


how to use wordcount or any other plugin when referrring to CDN script.

Question-1: I'm referring to below CDN and I have added extraplugin in config.js. But it says unable to find "wordcount". it is full-all package not sure why it is unable to find. src="https://cdn.ckeditor.com/4.8.0/full-all/ckeditor.js"

Question-2: is there a way to download full-all(full package doesn't have all plugins enabled) from builder. instead have everything locally.

Question-3: without CDN URL ng2-ckeditor doesn't display the content in editor. I wan it to work with local package.


回答1:


I suppose you are using the ng2-ckeditor component for angular.

Answer 1: You can add extraplugins as follow.

Answer 2: Yes you can download the full package from here

Answer 3: Please look at the following description on ng2-ckeditor github page and here.



来源:https://stackoverflow.com/questions/48332068/ckeditor-wordcount-unable-to-find-in-cdn

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!