* Value setting Stateful toolbar buttons derive from base class
* Rename base class as QuillToolbarBaseValueButton
* Removed deprecated functions
* Move clipboard actions to QuillController
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix: Up arrow with large fonts, assert at start of text for indent
* Fix: PgUp/Dn, arrow scroll, Up arrow with large fonts, assert at start of text for indent
* Remove overridable action from PageIntent processing
* Fix: outdent at start
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* docs(readme): simplify vsc_quill_delta_to_html description
* chore: drop the support for DeltaX.fromHtml and DeltaX.fromMarkdown to only use them internally
* docs(readme): update outdated docs, suggest packages to convert between Delta and Markdown or PDF
* chore: deprecate customBlocks in DeltaX.fromHtml property
* fix(typo): deprecate ClipboardServiceProvider.instacne as it's a typo, add ClipboardServiceProvider.instance and update usages
* chore: update deprecation message of ClipboardServiceProvider.instacne
* Support for Line height
* fix(translations): line-height translation empty
* chore: dart fixes
* fix(test): blockSelectionStyle doesn't find line-height attribute
* fix: increased _expectedTranslationKeysLength value for new line height translation
* fix: restore h1 configurations on DefaultStyles
* fix: better organization for line height attribute
* fix: select_line_height_dropdown_button doesn't find LineHeightAttribute constants
* chore: dart fixes
* fix(test): controller_test doesn't find LineHeightAttribute
* fix: changed MenuAnchor to showMenu method since this MenuAnchor appears below keyboard
* added docs comments
* set showLineHeightButton to false
* added warnings about line height attribute could cause conflicts with original Quill API
* chore: dart fixes
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
* 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
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix style settings
---------
Co-authored-by: Douglas Ward <dward@scied.com>
* 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