Adding Text Highlights and Notes in Rails with Hotwire
Let’s say we want to build a blog application that allows users to highlight text within articles and attach notes to those highlights. The idea is that when a user selects some text, a dialog appears […]