我需要在angularjs的应用程序中将ckeditor5与注释集成在一起。我在angularjs中找不到任何插件,总是在angular(2+)中找到

import Comments from '@ckeditor/ckeditor5-comments/src/comments';


ClassicEditor.builtinPlugins = [ Essentials,Paragraph,Bold,Italic,Image,Comments ];

我如何在ckeditor5的{​​{1}}中的angular js中包含注释,而我发现以前使用ckeditor4的ckeditor5中没有发生绑定,并且它可以与angular js完美地结合

sunping19830220 回答:我需要在angularjs的应用程序中将ckeditor5与注释集成在一起。我在angularjs中找不到任何插件,总是在angular(2+)中找到

您确定您已经提前搜索了吗?

https://github.com/lemonde/angular-ckeditor

https://github.com/miamarti/ng.ckeditor

不确定他们是否使用ckeditor的5.x版本,但至少有一些集成示例

在不同的沙盒平台上还有大量示例,以及一些文章(例如https://translate.google.com/translate?hl=en&sl=ru&tl=en&u=https%3A%2F%2Fhabr.com%2Fru%2Fpost%2F200058%2F

本文链接:https://www.f2er.com/3168744.html

大家都在问