Questions tagged [ckeditor4-react]
8 questions
2
votes
1 answer
How to add custom toolbar field inside ckeditor4-react editor?
I am using "ckeditor4-react" editor to add content for an email. I want to add tokens or tags list in it. Is this possible to add custom token select list inside toolbar.
package link:: https://github.com/ckeditor/ckeditor4-react
Please suggest how…

Archana Sharma
- 1,953
- 6
- 33
- 65
1
vote
0 answers
ckeditor4-react Error in Production Build
I'm using ckeditor 4-react version 1.4.0. This library is working fine when running as self hosted app (http://localhost:3000). But when I get production build with the npm run build command, it doesn't work properly. It gives the following…

İsmail DERVİŞOĞLU
- 375
- 1
- 3
- 14
1
vote
0 answers
How to add "strinsert" custom dropdown plugin to ckeditor4-react?
I am working with ckeditor4-react plugin to use Text editor inside react app. Now I want to add a string dropdown inside my text editor, for this I have followed the "add custom plugin" documentation and added "strinsert" custom plugin.
Inside…

Archana Sharma
- 1,953
- 6
- 33
- 65
1
vote
0 answers
Ckeditor4-react and upload video feature
I've used ckeditor4-react on my React.js app and I want to add an upload video feature to it, but I don't have any idea.
This is the Ckeditor config object:
export const ckeditorConfig = {
toolbar: [
{ name: 'document', items: […

S. Hesam
- 5,266
- 3
- 37
- 59
0
votes
0 answers
Problem with deployment to Vercel in Next.js
I have Next.js project and I used @mui/material, ckeditor4-react and react-yandex-map. When I deploy project to Vercel I have errors with versions like
This is my package.json file
0
votes
1 answer
CKEditor React onChange doesn't return data
The way I'm using ckeditor is like this:

Thamjith Thaha
- 45
- 2
- 13
0
votes
1 answer
How can I add a function(Underline) on ckeditor4-react config?
React Version: 18.1.0
Ckeditor4-react tag:
{
onChangeCk(even, 'description');
}}
data={formData.description}
config={ckeditorUploadConfig}
/>
ckeditorUploadConfig:
export const…

huy246302
- 23
- 5
0
votes
1 answer
How to add custom plugin in ckeditor4-react?
I've followed the CKEditor 4 documentation on creating a basic plugin, but it doesn't seem to register in my react app. I've added the plugin file structure and added the plugin.js in node modules along with the icons. How do I pass it to config in…

P Kwong
- 21
- 1
- 5