visual-space / visual-editor

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

Blocks - Styled blocks #40

Closed adrian-moisa closed 9 months ago

adrian-moisa commented 2 years ago

This features aims to provide the ability to render custom boxes for paragraphs including custom icons. this is usually done in books to highlight certain information types. This could also be done with custom embeds, however this solution is sub par since we cannot easily copy paste the info box content or part of it and retain stylings.

image

Join us on discord to get implementation advice and help or follow us on YouTube Visual Coding to learn more about the architecture of Visual Editor and other Flutter software architecture advice.