visual-space / visual-editor

Rich text editor for Flutter based on Delta format (Quill fork)
MIT License
280 stars 44 forks source link

Blocks - Extract highlights rectangles for blocks #207

Closed sebastian0107 closed 7 months ago

sebastian0107 commented 1 year ago

At the moment, we extracted rectangles for highlights and markers only for lines of text. We have to extract them for blocks of text too because we need them for features like markers attachments or search matches

adrian-moisa commented 7 months ago

Duplicates #147