Closed lany9527 closed 7 years ago
Hi,
Follow these steps -
<CKEditor scriptUrl="http://dummy.com/ckeditor/ckeditor.js" />
Closing this due to no activity.
http://dummy.com/ckeditor/ckeditor.js => link die
That was just an example. The link is not a valid one. I explained you how to use CKEditor with custom build. Hosting your custom build is something you should take care of.
https://ckeditor.com/addon/imageuploader this plugin i try to import but it isn't working. Can you explain how to import this plugin to your react-ckeditor-component
I have already explained the complete process to use this plugin above. Its working perfectly fine for me. Just follow the same steps and it should work for you.
If you have already tried adding it, please attach a screenshot of the error that you are getting and your code.
Please read the documentation of CKEditor, you have not correctly added the imageuploader plugin in your CKEditor build. Simply installing this library won't help. You will have to create a custom CKEditor build with imageuploader plugin, upload it on your server and then use that build with this library.
Using custom build has been already explained in the docs. Please refer to the CKEditor and this library docs before asking these basic questions.
ok thanks
Oi,
Siga esses passos -
- Adicione o plugin de upload de imagem à sua compilação CKEditor ou faça uma compilação personalizada (usando o construtor) com o plugin de upload de imagem já adicionado. Você pode encontrar o plugin aqui https://ckeditor.com/addon/imageuploader
- Agora, coloque a pasta de compilação completa em seu servidor da Web para poder acessar a pasta e o arquivo ckeditor.js usando uma URL. Digamos que o URL do seu script seja http://dummy.com/ckeditor/ckeditor.js
- Agora você pode simplesmente importar este pacote em seu projeto e passar o URL de script customizado para este componente como este. Isso carregará o CKEditor de sua compilação personalizada, que terá seu plugin de upload de imagem.
<CKEditor scriptUrl="http://dummy.com/ckeditor/ckeditor.js" />
Thank's :+1:
https://ckeditor.com/addon/imageuploader this plugin i try to import but it isn't working. Can you explain how to import this plugin to your react-ckeditor-component
you can use this code:
<CKEditor scriptUrl="https://cdn.ckeditor.com/4.6.2/full/ckeditor.js" />
hi, please tell us how to upload images by your component?