Thank you so much at first couldn't figure out why its not still working but after some research and with the help of your video I was able to achieve html embed in my project.❤❤❤💘
Once we store data into database using this editor then how to show the data or display the data because suppose I have added the image in it then how the image will render on UI??
Thank you so much for the detail tutorial~ I followed the step, but I encountered that some of the function didn't work (like bold and list), could you tell me what is the possible reason? Thank you!
Yeah you have to create customer plugin for that with api attached to it for image uploading which responses with that uploaded image URL or name. Hopefully next video will be on this
Hey man, great video! When I downloaded and extracted the CKEditor from the builder, all the files were .ts files rather than .js files. Is there a way to download the .js instead of .ts? It's giving me all this red in VScode which is pretty annoying, visually, and I'm worried that the typescript will cause issues. On top of that, the ckeditor.ts file in the src file has imports like: import { Paragraph } from '@ckeditor/ckeditor5-paragraph'; rather than import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js'; which is what you have. this is also causing issues, since my code can't find those modules.
In online builder go to the page where you choose plugins . There is a plugin called resize image. Click add on it and move to next steps. And add editor as shown in this video. I can create seperate video on how to add plugins in already build editor of you want just say the word.
thanks for the content, i have this error: ./ckeditor5/build/ckeditor.js Error: Failed to recognize value `undefined` for property `Emoji`. at Array.map ()
Thank you. I spent an entire day struggling with plugins and you solved it in 10 minutes. Thanks a lot mate.
Thank you so much. I couldn't understant the method in the docs and was rolling round & round. This saved me alot of time.
can you help me ..how to upload ckeditor images into google console
Hey! How do we add a plugin( eg. Mention plugin) to the editor?
Image is not getting added into the editor bro . What to do?
My Online Builder of CkEditor is building a TS project and my project is not a TS app. What can i do?
Thanku so much bro i was searching this for a long time
ckeditor-duplicated-modules - this error is coming when implimented the same as you mentioned for functional component.
hi, you can solve this?
Thank you so much at first couldn't figure out why its not still working but after some research and with the help of your video I was able to achieve html embed in my project.❤❤❤💘
Once we store data into database using this editor then how to show the data or display the data
because suppose I have added the image in it then how the image will render on UI??
Thank you so much for this
how i download file after edit
thanks you so much, great video, just checking if you have created video on how to add custom plugin in ckeditor,
thank again.
my editor is not typing in math and che types ...why???
Very helpful video thanks brother. 👍
image upload doesn't work
Thank you so much for the detail tutorial~ I followed the step, but I encountered that some of the function didn't work (like bold and list), could you tell me what is the possible reason? Thank you!
@@hahaha970 my problem was that my css reset effected the editor's style. So I have to change the css reset rules. Hope my solution helped!
How to adjust or fix max- height of editor text area
Can you help me add generalhtmlsupport in ckeditor5 react??
how to erase the typed data after submitting the values of CKEditor , I can't find the way for this please help .
Thank you in advance
Have you tested the image upload function? It give me an error because it expects to work with the ckfinder plugin.
Yeah you have to create customer plugin for that with api attached to it for image uploading which responses with that uploaded image URL or name. Hopefully next video will be on this
what to do sir
i want some editor with Upload file option if you can help me im very glad
Koi help kr sakte ho??
good video how can i add mathtype plug in the ckeditor
image is not show
can you give me repo github source code of this video ?
Great work :). Can you please suggest How can I insert formatted code (html / css/ velocity/xml/js)
Sure I will upload a video on that
Hey , Code formatter video is here . You can check now
i followed all the step problem is that toolbar is not showing
me too, do you have solution now?
me too !!do yo have any solution ?
Hey man, great video!
When I downloaded and extracted the CKEditor from the builder, all the files were .ts files rather than .js files. Is there a way to download the .js instead of .ts? It's giving me all this red in VScode which is pretty annoying, visually, and I'm worried that the typescript will cause issues.
On top of that, the ckeditor.ts file in the src file has imports like:
import { Paragraph } from '@ckeditor/ckeditor5-paragraph';
rather than
import Paragraph from '@ckeditor/ckeditor5-paragraph/src/paragraph.js';
which is what you have.
this is also causing issues, since my code can't find those modules.
Check the version also which I installed
Hey, did you solved that? im having the same issue
Ye mera work nhi kr rha h
error TypeError: this.props.editor.create is not a function
at to._createEditor
how can I add and use resizeImage plugin, thanks
In online builder go to the page where you choose plugins . There is a plugin called resize image. Click add on it and move to next steps. And add editor as shown in this video. I can create seperate video on how to add plugins in already build editor of you want just say the word.
Where is Code Block??
Wdym by code block? Code of this video or insert code plugin or something else?
there is no toolbar and nothing ,only i see input with " Hello from CKEditor 5!" !!!
Change your package version to 4 maybe you're using latest version
on src i get exestion .ts not .js
and the class look like this 'class Editor extends DecoupledEditor' !!
Hello
API run karwao koi .
Please help me 🙏🙏
Ask me man if possible i will
Hy
thanks for the content, i have this error:
./ckeditor5/build/ckeditor.js
Error: Failed to recognize value `undefined` for property `Emoji`.
at Array.map ()