visual-space / visual-editor

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

Links - Links improvements #215

Open darius859 opened 1 year ago

darius859 commented 1 year ago

Links - Better regex for links, Maybe use a lib #215

When typing a URL, the current regex is not perfect, it just checks for www.someword.com, there are sites like .io .tech etc we need to include them too. See the rule responsible for implementing the regex and modify it accordingly

VE Links - Tapping outside of the document does not close the link editor

VE Links - Styling gets override

VE Links - Add links.md docs, replace stack with overlay for placing link menu, add link menu gif in md #209

Those are all the remaining issues from the previous link menu ticket: https://github.com/visual-space/visual-editor/issues/10 Please visit this ticket in order to check for additional todo's.