* fixed#1953 italic detection error
fix: issue where when html2md parse <em> to "_" instead of "*" that won't be detected MarkdownToDelta converter
feat(test): added test for DeltaX
feat: added config classes to MarkdownToDelta and html2md that allow users configure their own styles
* Added support for html underline and videos
* removed print calls and fix no expect in test
* removed useless element attr for underline
* improved video url validator pattern
* Added support for <video> tag
* chore: dart fixes
* fix: removed useless params
* fix: imports issue
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* fix(editor): implement editor shortcut action for home and end keys to fix thrown exception about unimplemented ScrollToDocumentBoundaryIntent action
* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Fix: collectAllIndividualStylesAndEmbed for result span
* Add: Clipboard toolbar buttons
* Add: test for QuillController clipboard
Dart Formatted
* Subscript and Superscript
* Translation Justify
* Translation alignJustify
* Fix: Translation ko
* Fix: Translation en-US
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* feat: allow pasting markdown and HTML files from the system into the editor
* chore: format _provideFileAsBytes function parameters
* fix: use onError callback of super_clipboard to work with async await using dart Completer
* fix(scripts): add execution permission for scripts/pub_get.sh
* chore(plugins)!: move super_clipboard plugin to be part of flutter_quill_extensions
* docs: add a comment for _pasteHtml() function in QuillController
* docs(extensions-package): update usage section to describe HTML and Markdown clipboard paste
* Search bar improved: alignment option added, search settings changed from icons to checkboxes with titles, search happens on the fly, other minor improvements
* Minor refactoring
* Search bar: translations added, minor fixes