Rich Text Editor With Javascript | Step By Step Javascript Project

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024

Комментарии • 71

  • @TLTechbender
    @TLTechbender 4 месяца назад +3

    Bro, this is fire!!!!!!!!
    The fact that you are doing everything from scratch absolutely blows my mind!!!
    Keep up the good work🔥🔥🔥

  • @FangerZero
    @FangerZero Год назад +5

    I haven't watched the full video but I definitely plan to follow this guide to build my own. I wasn't sure where to begin and now I have a whole guide! Thank you lady!

  • @archangel0137
    @archangel0137 Год назад +5

    Thank you SO MUCH for putting this video online. knowing how to build this out from scratch is immensely useful and I will definitely get started learning this ASAP!

  • @w2og3m
    @w2og3m 4 месяца назад

    Can u help me with a short answer here? How can I save the created file as .doc or a word document type of file?

  • @user-op8hr1xp1x
    @user-op8hr1xp1x 27 дней назад

    Hello, bro! What about the fact that the execCommand is now in the depricated state. Any issues?

  • @user-dv5ys2on9s
    @user-dv5ys2on9s 3 месяца назад

    赏心悦目

  • @sobrehombre9338
    @sobrehombre9338 25 дней назад

    Thanks!

  • @mutiaraayur5119
    @mutiaraayur5119 14 часов назад

    MANTAPP BANGG

  • @arcideas697
    @arcideas697 Год назад

    U explained very well....
    But I didn't understand....
    Need to watch again 😊😊😊😊

  • @thedrew6905
    @thedrew6905 9 месяцев назад

    always good to learn how to code the basics! nice video!

  • @WG26Gaming
    @WG26Gaming 11 месяцев назад +2

    hey i wants to copy the modified text and save it to the server (mySql) and when it is fetched it gets nice and tidy like it was before saving it to the database, can you tell me how can i do it

    • @esteban_9049
      @esteban_9049 5 месяцев назад

      you can do it by saving it as html. Whenever you make a change with this editor the line ends up wrapped by a , just save it as a long string and let it be readed as html in the frontend .

    • @WG26Gaming
      @WG26Gaming 5 месяцев назад

      @@esteban_9049 thanks for the help brother, but i already did it 6 months back 😊😊

  • @tiagoborges5108
    @tiagoborges5108 Год назад

    Congratulations for the video is great; to be perfect is only missing the adding of photos to be complete and to learn more about that.

  • @stephenbrooks1898
    @stephenbrooks1898 2 месяца назад

    This is a shorter version of create icons:
    $(document).ready(function() {
    var icons = ['bold', 'italic', 'underline', 'strikethrough', 'superscript', 'subscript',
    'list-ol', 'list', 'rotate-left', 'rotate-right', 'link'
    ];
    var container = $('');
    var options = $('');
    icons.forEach(item => {
    var button = $('', {
    id: item,
    class: 'option-button format',
    html: ``
    });
    options.append(button);
    });
    container.append(options);
    $('body').append(container);
    });

  • @atulpardhinitr190
    @atulpardhinitr190 7 месяцев назад

    if i store formatted text applied using this texteditor in backend will it save all the formatting or loose the formating

  • @hichamaboutaleb8130
    @hichamaboutaleb8130 2 года назад +3

    Thanks 👍👍

  • @xaydungxuanphat
    @xaydungxuanphat Год назад

    thank you so much, I have downloaded the code, 1.000 like

  • @kacper4267
    @kacper4267 Год назад +2

    i have problem with that. It does not work with textarea as writting area but i need textarea in this form. Second issue i have with that when i use any button my form is trying to upload. Someone know how to solve that problem?

    • @PedroHenrique-pv8rm
      @PedroHenrique-pv8rm Год назад

      i have the same problem

    • @roster6292
      @roster6292 4 месяца назад

      I think textarea required form teg but we don't need form teg here. contenteditable="true" its use to edit the content of the teg. and about second problem you mention check if then you should change it to . thank you😊😊.

  • @hungchip
    @hungchip 8 месяцев назад

    If you can upgrade this Theme adds part 2. Using emotes, insert the image into the input box and display it on the left 1 pane. I think it will be wonderful.
    And you can even upgrade it to part 3. How to import data into the Database and get it out of the Database for display.
    And more than that, it is security that prevents users from being able to edit the source code to arbitrarily pass basic checks or sabotage the Client-side source code to corrupt the system. (I think this part 4 will be for experts only).
    But.. I can only write those things, I absolutely cannot do part 2 or part 3 by myself. So, I hope you can do part 2 and part 3 if you have time.

    • @krlchki7883
      @krlchki7883 5 месяцев назад

      for part 3 use PHP and MySQL

  • @andersoncdz1
    @andersoncdz1 Год назад +1

    It was a really awesome project!!!!

  • @SvenskaSwedish
    @SvenskaSwedish 2 года назад +1

    Very nice, but I couldn't find the source codes, If you talk when you do it will be better

  • @alieifrahim684
    @alieifrahim684 5 месяцев назад

    thank you so much ma'am

  • @dextrdemn6054
    @dextrdemn6054 Год назад

    now maximum commands of document.execCommand are not working now what to do?

  • @santoshpanda926
    @santoshpanda926 3 месяца назад

    This is awesome

  • @PedroHenrique-pv8rm
    @PedroHenrique-pv8rm Год назад +3

    hi, I liked the video, I have a question, is there a way to make an editor with textarea?

    • @modrn_
      @modrn_ Год назад +1

      Hey there, it has to be a contenteditable div to work. Textareas do not have the same flexibility.

  • @astokum7
    @astokum7 2 года назад +1

    Nice project you have made.

  • @yazilimci_adam
    @yazilimci_adam Год назад

    Thank you very much !

  • @OsmanKaanKars
    @OsmanKaanKars 2 года назад +2

    can we add download & save buttons ?

  • @harshitshetty6306
    @harshitshetty6306 10 месяцев назад

    I didnt get a source code
    plz tell me where can i get this code

  • @xaydungxuanphat
    @xaydungxuanphat Год назад +1

    how to get value 'html' of it to add database?

    • @user-op8hr1xp1x
      @user-op8hr1xp1x 27 дней назад

      You're basically stuffing the code into the body tag

  • @interstellarcreative
    @interstellarcreative Год назад +1

    is there a way to edit the fonts?

  • @MattiaRuberto
    @MattiaRuberto Год назад

    Amazing video but execCommand is deprecated. Alternatives?

  • @Dongamoham.18
    @Dongamoham.18 8 месяцев назад

    Is that responsive bro?? I mean is it for all devices

  • @The02139
    @The02139 2 года назад +3

    Hey Good job.
    Do you know if execCommand() is still recommended for real projects? I have read that is deprecated, not at all, but maybe in the future
    Thank you.

    • @CodingArtist
      @CodingArtist  2 года назад +1

      It was the easiest way to implement the functionality. Also it is supported in all browsers: developer.mozilla.org/en-US/docs/Web/API/Document/execCommand#browser_compatibility

    • @The02139
      @The02139 2 года назад

      @@CodingArtist Thank you

  • @garvitbansal9353
    @garvitbansal9353 6 месяцев назад

    Nice project but using execCommand is not a good idea as it is depreceated and most probably will be removed in future updated browser which will cause the project to not working properly...Other wise great idea!

  • @friendlyapk
    @friendlyapk 2 года назад +1

    blog is useless without images! like your video!

  • @DkboyStudios
    @DkboyStudios 11 месяцев назад

    Please add an ability where images can be embedded. And please how to save this in SQL.

  • @faizanshaikh2351
    @faizanshaikh2351 Год назад

    Can you plz explain me why we want onload in this situation

  • @hichamaboutaleb8130
    @hichamaboutaleb8130 2 года назад +3

    👍👍

  • @supremecoding632
    @supremecoding632 2 года назад +2

    awesome 👍🆒

  • @sai7743
    @sai7743 Год назад

    can we implement this in react typescript -this code

  • @hichamaboutaleb8130
    @hichamaboutaleb8130 2 года назад +4

    Call video like zoom please 🙏

  • @aasthasaxena1237
    @aasthasaxena1237 2 года назад

    how to store this Text Data in HTML format

  • @rafabenato6893
    @rafabenato6893 Год назад

    Great video. Is there a way of saving the edit text to a database and retriving it later? Thank you so much.

    • @MattiaRuberto
      @MattiaRuberto Год назад

      Yep! You can set the form action to a php page and save the editor's content into a mysql db.

    • @ayushmanmanishankar1289
      @ayushmanmanishankar1289 11 месяцев назад

      use localSrotage to save it no need to use any runtime environment like node or php

  • @vivekanandareddymaddela
    @vivekanandareddymaddela Год назад

    Is it possible to save as PDF ?

  • @Trending_Songs_videos
    @Trending_Songs_videos 2 года назад

    why you use highlighter in javascripts can u explain ??

  • @hichamaboutaleb8130
    @hichamaboutaleb8130 2 года назад +2

    👍

  • @JHRCREATOR
    @JHRCREATOR 2 года назад +1

    ❤️❤️

  • @Deus-lo-Vuilt
    @Deus-lo-Vuilt 2 года назад

    wow nice

  • @khashayarghavami7573
    @khashayarghavami7573 2 года назад

    nice

  • @celestialblink3308
    @celestialblink3308 2 года назад +1

    execCommand() is deprecated

    • @CodingArtist
      @CodingArtist  2 года назад +1

      Yes. But it is supported in all browsers: developer.mozilla.org/en-US/docs/Web/API/Document/execCommand#browser_compatibility

  • @w2og3m
    @w2og3m Год назад

    Bell@