CkEditor In ReactJs - Interactive Editor In ReactJs

Поділитися
Вставка
  • Опубліковано 14 січ 2025

КОМЕНТАРІ • 55

  • @sogzful
    @sogzful Рік тому +3

    Thank you. I spent an entire day struggling with plugins and you solved it in 10 minutes. Thanks a lot mate.

  • @zonsubba3654
    @zonsubba3654 Рік тому +1

    Thank you so much. I couldn't understant the method in the docs and was rolling round & round. This saved me alot of time.

  • @poojabhandari631
    @poojabhandari631 2 роки тому +2

    can you help me ..how to upload ckeditor images into google console

  • @kaushalsheth9185
    @kaushalsheth9185 2 роки тому +2

    Hey! How do we add a plugin( eg. Mention plugin) to the editor?

  • @lokeshwani556
    @lokeshwani556 8 місяців тому

    Image is not getting added into the editor bro . What to do?

  • @felipep4344
    @felipep4344 11 місяців тому

    My Online Builder of CkEditor is building a TS project and my project is not a TS app. What can i do?

  • @JaisanAJ
    @JaisanAJ Рік тому

    Thanku so much bro i was searching this for a long time

  • @pradeepchalla789
    @pradeepchalla789 2 роки тому +2

    ckeditor-duplicated-modules - this error is coming when implimented the same as you mentioned for functional component.

  • @rajatverma3122
    @rajatverma3122 2 роки тому +2

    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.❤❤❤💘

  • @bhupendranagda9563
    @bhupendranagda9563 2 роки тому

    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??

  • @rasgan_eudoxus5264
    @rasgan_eudoxus5264 3 місяці тому

    Thank you so much for this

  • @infotechwithankit2012
    @infotechwithankit2012 Рік тому

    how i download file after edit

  • @TheDentHeadsCars
    @TheDentHeadsCars Рік тому

    thanks you so much, great video, just checking if you have created video on how to add custom plugin in ckeditor,
    thank again.

  • @poojabhandari631
    @poojabhandari631 2 роки тому

    my editor is not typing in math and che types ...why???

  • @priyeshpandey2808
    @priyeshpandey2808 2 роки тому

    Very helpful video thanks brother. 👍

  • @ismaelsocador
    @ismaelsocador Рік тому

    image upload doesn't work

  • @yilinglin3596
    @yilinglin3596 2 роки тому +1

    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!

    • @yilinglin3596
      @yilinglin3596 2 роки тому +1

      @@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!

  • @chaitanyavarma1815
    @chaitanyavarma1815 2 роки тому

    How to adjust or fix max- height of editor text area

  • @premio5989
    @premio5989 2 роки тому

    Can you help me add generalhtmlsupport in ckeditor5 react??

  • @vikashtiwari7147
    @vikashtiwari7147 2 роки тому

    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

  • @PetePerez1954
    @PetePerez1954 2 роки тому

    Have you tested the image upload function? It give me an error because it expects to work with the ckfinder plugin.

    • @dev_pie5671
      @dev_pie5671  2 роки тому

      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

  • @abhishekgarg415
    @abhishekgarg415 2 роки тому

    what to do sir

  • @dudeimfake
    @dudeimfake 2 роки тому

    i want some editor with Upload file option if you can help me im very glad

  • @rashigupta2197
    @rashigupta2197 Місяць тому

    Koi help kr sakte ho??

  • @thatsinteresting8479
    @thatsinteresting8479 2 роки тому

    good video how can i add mathtype plug in the ckeditor

  • @kirtivaghasiya6373
    @kirtivaghasiya6373 2 роки тому

    image is not show

  • @atovan3236
    @atovan3236 Рік тому

    can you give me repo github source code of this video ?

  • @venkataswamybalaraju1072
    @venkataswamybalaraju1072 Рік тому

    Great work :). Can you please suggest How can I insert formatted code (html / css/ velocity/xml/js)

    • @dev_pie5671
      @dev_pie5671  Рік тому

      Sure I will upload a video on that

    • @dev_pie5671
      @dev_pie5671  Рік тому +1

      Hey , Code formatter video is here . You can check now

  • @abhishekgarg415
    @abhishekgarg415 2 роки тому

    i followed all the step problem is that toolbar is not showing

  • @andrew1257
    @andrew1257 Рік тому

    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.

    • @dev_pie5671
      @dev_pie5671  Рік тому

      Check the version also which I installed

    • @felipep4344
      @felipep4344 11 місяців тому

      Hey, did you solved that? im having the same issue

  • @rashigupta2197
    @rashigupta2197 Місяць тому

    Ye mera work nhi kr rha h

  • @luckyrawat2573
    @luckyrawat2573 2 роки тому

    error TypeError: this.props.editor.create is not a function
    at to._createEditor

  • @nhatacoustic3633
    @nhatacoustic3633 2 роки тому +1

    how can I add and use resizeImage plugin, thanks

    • @dev_pie5671
      @dev_pie5671  2 роки тому +2

      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.

  • @devidol8037
    @devidol8037 2 роки тому

    Where is Code Block??

    • @dev_pie5671
      @dev_pie5671  2 роки тому

      Wdym by code block? Code of this video or insert code plugin or something else?

  • @abirhal2391
    @abirhal2391 Рік тому

    there is no toolbar and nothing ,only i see input with " Hello from CKEditor 5!" !!!

    • @dev_pie5671
      @dev_pie5671  Рік тому

      Change your package version to 4 maybe you're using latest version

    • @abirhal2391
      @abirhal2391 Рік тому

      on src i get exestion .ts not .js
      and the class look like this 'class Editor extends DecoupledEditor' !!

  • @rashigupta2197
    @rashigupta2197 Місяць тому

    Hello

  • @aakashsoni1139
    @aakashsoni1139 2 роки тому

    API run karwao koi .

  • @gopalsingh-iu4pv
    @gopalsingh-iu4pv 2 роки тому

    Please help me 🙏🙏

  • @gopalsingh-iu4pv
    @gopalsingh-iu4pv 2 роки тому

    Hy

  • @jmuady3377
    @jmuady3377 2 роки тому

    thanks for the content, i have this error:
    ./ckeditor5/build/ckeditor.js
    Error: Failed to recognize value `undefined` for property `Emoji`.
    at Array.map ()