Insert image to CKEditor
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I trying to use CKEditor5 and CKEditor-react in my electron app. And i want to paste image in editor, but i have an error filerepository-no-upload-adapter: Upload adapter is not defined. Docs says that I mast using cloud. But my app must working locally and without internet Can someone help me? 回答1: The docs say, in short, this: To handle image upload in CKEditor 5 you can use one of these: use the built-in Easy Image adapter (cloud service), use the built-in CKFinder adapter (can work locally if you want), write your own adapter (in which