Adding Tip Tap editor to Rails - Episode 3 - Recreate Notion in Rails

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

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

  • @railscasts
    @railscasts 2 года назад +13

    I’m enjoying this series, great to see you screencasting Dr Nic!

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

      Thanks Ryan. I hope you’re very well xoxo

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

    Loved the series. Repo? Updated features?

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

    Thanks for sharing! I was looking for how to integrate TipTap into my Rails app and someone linked your video from Reddit. Not only I got it working superfast, but I also learned some stimulus. Please keep sharing :)

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

    Loving your accent! And wanna add that I’d be happy to pay for a ROR course if you ever make one! 👍

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

    very great content!!. I am looking forward to the next video. Thanks

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

    ​ @Mocra That was so cool. I'm curious how you implement images uploading, I have no idea how to do that especially in your tricky-stimulus-fresh-mind-way :)

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

      You could create a controller to handle the file uploading as you normally would and pass the image url via events to the editor controller.

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

    This series is good, Next video ?

  • @hariharansubramanian-
    @hariharansubramanian- 2 года назад

    Waiting for next episode doc 🎉❤

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

    This is very good! Thanks for sharing it

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

    Great series, cheers! When is the next one? :)

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

    Another great episode. I wonder if you could render the Page#body HTML directly into the server-generated view, and then reference it as a controller target to then wire up the content of the TipTap editor instance. This would allow the page to be read without JS

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

      I think that's worth doing. Though I want to know more about this "without JS" universe to which you refer. I just watched "Dr Strange 2" and they didn't visit one universe that didn't have JavaScript :)

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

      @@MocraVideos Fair. I don't think of it as an actual user-group I am targeting, but as a clear and useful mental model for ensuring a progressive enhancement mindset. What I like about such a mindset is that it helps to focus me on the basics and ensure I get them right. But I know you already know and appreciate the value of progressive enhancement

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

      @@MocraVideos HAHAHAHAHAH

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

    Thanks Dr Nic 🙌

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

    Thank you for the very helpful content!

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

    next series - recreate youtube in rails 👀

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

    Where we can read the source code for study?
    Can you please share the link?
    Waiting for your reply
    🙏

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

    It got this issue: Failed to resolve module specifier "@tiptap/core"

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

      I figured it out, used importmap feature in rails

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

    Why not use Rails 7 importmap pin?

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

    LOL rubyweekly :(

  • @al-mokhtar_
    @al-mokhtar_ 2 года назад +1

    🤣 just unsubscribed from notion !!!

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

      I’ll make sure that’s a feature of our recreation - to unsubscribe to this channel :)

    • @al-mokhtar_
      @al-mokhtar_ 2 года назад +4

      @@MocraVideos gonna share the repo ?