Plugins 在哪里可以看到CDN中CKEditor插件的完整列表?

Plugins 在哪里可以看到CDN中CKEditor插件的完整列表?,plugins,ckeditor,cdn,Plugins,Ckeditor,Cdn,我从CDN将CKEditor源代码包含到我的应用程序中请参见 我想添加一些外部插件 CKEDITOR.editorConfig=函数配置{ config.extraPlugins='divarea,confighelper'; } CKEditor还从加载divarea插件。但CDN中似乎缺少confighelper插件,CKEditor抱怨: Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "confighelper"

我从CDN将CKEditor源代码包含到我的应用程序中请参见

我想添加一些外部插件

CKEDITOR.editorConfig=函数配置{ config.extraPlugins='divarea,confighelper'; } CKEditor还从加载divarea插件。但CDN中似乎缺少confighelper插件,CKEditor抱怨:

Uncaught Error: [CKEDITOR.resourceManager.load] Resource name "confighelper" was not found at "http://cdn.ckeditor.com/4.13.0/standard-all/plugins/confighelper/plugin.js?t=42..."
因此,我需要从下载并解压缩其源代码到我的应用程序。看看CDN中有哪些插件是很酷的。 我试图查看,但资源以禁止的方式响应

如何查看CDN中可用的CKEditor插件的完整列表

下表说明了CKEditor提供的插件 发行版,可在CKEditor CDN和​编辑发布 存储库

也许从这里开始: