jiangchong
ccdb88fb9a
Fix subscript ( #1204 )
2 years ago
Cheryl
8a4a980d6a
Upgrade to 7.1.14
2 years ago
bohdanudreambit
89b06c07e9
Add indents change for multiline selection ( #1195 )
2 years ago
Cheryl
ed546e1aa6
Upgrade to 7.1.12
2 years ago
jiangchong
06cafef8c9
add superscript and subscript styles ( #1194 )
2 years ago
BambinoUA
d83cc0cf4c
Image embedding tweaks ( #1187 )
...
* Update `QuillDialogTheme`
* Add `ImageAttribute` and `VideoAttribute`
* Add `LinkStyleDialog`
* Update `RawEditor` with new actions
* Update translations
* Add translations
* Restore original `LinkStyleButton`
* Update dart SDK to 2.17.0
* Update `ScriptAttribute` and `ScriptAttributes`
* Add `LinkStyleButton2`
* Implement `ApplyLinkAction` for `Ctrl+K`
* Use `ShortcutActivator` instead of `LogicalKeySet`
* Use `ShortcutActivator` instead of `LogicalKeySet`
* Update `QuillDialogTheme` with `buttonStyle`
* Implement `dialogTheme` for `QuillEditor`
* Update `QuillDialogTheme` with dialog constraints
* Pass `dialogTheme` to `RawEditor`
* Merge `customShorcuts` and `customActions`
* Implement `constrains` and `buttonStyle`
* Update `QuillDialogTheme` with `isWrappable`
* Update `LinkStyleDialog` to use `Wrap` conditionally
* Add `ImageButton2`
* Update `QuillDialogTheme` with padding properties
* Update `QuillDialogTheme`
* Export `UtilityWidgets` via flutter_quill.extensions
* Minor change
* Minor change
* Update `QuillDialogTheme`
* Update translations
* Add `MediaButton`
* Add `ImageEmbedBuilderWeb`
* Update `flutter_quill`' version
* Update `flutter_quill_extensions`
* Update CHANGELOG.md
2 years ago
BambinoUA
411f911dfb
Editor tweaks ( #1185 )
2 years ago
BambinoUA
539357bc63
Add tooltips for toolbar buttons. ( #1175 )
...
* Add `UtilityWidgets`
* Implement tooltips for toolbar buttons
* Add `tooltip` to `QuillCustomButton`
* Add `ToolbarButtons`
* Update `EmbedButtonBuilder` with `tooltip`
* Implement tooltips in `QuillToolbar`
* Add tooltip property to embed buttons (for future)
* Update version of flutter_quill in pubspec.yaml
* Restore `EmbedButtonBuilder`
* Update english translations
* Implement translations for tooltips
* Update translations for `en-us`
* Make `tooltips` nullable to hide tooltips.
* Remove `tooltips` property from `QuillToolbar`
2 years ago
Lin Zhang
9b146f3fbc
Fix line style loss on new line from non string ( #1157 )
2 years ago
X Code
8f8d466378
Fix import
2 years ago
X Code
3c64a08c6a
Reformat code
2 years ago
Adil Hanney
3e9452e675
Remove tuples ( #1128 )
...
* Update dependencies of `flutter_quill_extensions`
* Override `intl` in example
Running "flutter pub get" in example...
Resolving dependencies... (1.0s)
Because every version of flutter_quill from path depends on i18n_extension ^7.0.0 and no versions of i18n_extension match >7.0.0 <8.0.0, every version of flutter_quill from path
requires i18n_extension 7.0.0.
And because i18n_extension 7.0.0 depends on intl ^0.18.0 and math_keyboard 0.1.8 depends on intl ^0.17.0, flutter_quill from path is incompatible with math_keyboard 0.1.8.
Because every version of flutter_quill_extensions from path depends on math_keyboard ^0.1.8 and no versions of math_keyboard match >0.1.8 <0.2.0, every version of
flutter_quill_extensions from path requires math_keyboard 0.1.8.
Thus, flutter_quill from path is incompatible with flutter_quill_extensions from path.
So, because app depends on both flutter_quill_extensions from path and flutter_quill from path, version solving failed.
pub get failed
* Remove all `tuple` imports
* Create struct for vertical spacing
* Create struct for history items
* Create struct for individual styles
offsetvalue
* Override `intl` in `flutter_quill_extensions`
* Create struct for (nullable) image width/height
* Create struct for image url
* Create struct for text links
* Create struct for glyph heights
* Use `OffsetValue` struct for embed node
* Create struct for next new line
* Create struct for segment leaf nodes
* Create struct for history undo/redo result
* Downgrade `i18n_extension` to `6.0.0`
* Bump to 7.0.0
Required for `flutter_quill_extensions` to have access to the new structs.
2 years ago
Anti-Core
11f65f9872
fix error style when input chinese japanese or korean ( #1078 )
2 years ago
Thea Choem
8352fce964
fix: nextLine getter null where no assertion ( #1061 )
2 years ago
Garv Shah
a707918f7f
Added Formula Button (for maths support) ( #900 )
...
* added basic math keyboard
* added formula to sample data!
* created new variable for showFormulaButton
3 years ago
X Code
d2b308dc4d
Add function to search the whole document for any substring matching the pattern
...
Returns the offsets that matches the pattern
3 years ago
Lucas Henrique Polazzo
fc3b326b14
Added option to modify SelectHeaderStyleButton options and changed Attribute to const ( #889 )
3 years ago
X Code
a51327ba6f
Make link match regex case insensitive
3 years ago
X Code
14f8866528
Rename QuillCustomIcon to QuillCustomButton
3 years ago
Lucas Henrique Polazzo
48f8932736
Added CustomBlockEmbed and customElementsEmbedBuilder ( #877 )
3 years ago
X Code
b2d0f7b9ac
Upgrade to 5.0.4
3 years ago
em6m6e
825964b780
add Delta.from_operations factory ( #852 )
3 years ago
li3317
0a9a6c9625
format code
3 years ago
mark8044
4fe4257906
This adds a new CustomIcons option to add your own icons to the QuillToolBar ( #804 )
3 years ago
X Code
e697c4fc2b
Upgrade to 4.1.4
3 years ago
mark8044
d50833cdcf
New borderRadius for iconTheme ( #788 )
...
* Update quill_icon_theme.dart
* Update quill_icon_theme.dart
* Update select_alignment_button.dart
* Update quill_dropdown_button.dart
* Update quill_dropdown_button.dart
* Update quill_icon_button.dart
* Update quill_icon_button.dart
* Update select_header_style_button.dart
* Update quill_icon_button.dart
* Update quill_icon_button.dart
* Update toggle_style_button.dart
* Update video_button.dart
* Update link_style_button.dart
* Update indent_button.dart
* Update image_button.dart
* Update history_button.dart
* Update color_button.dart
* Update clear_format_button.dart
* Update camera_button.dart
3 years ago
coragx
5e2d6a015e
Fix cut selection error in multi-node line ( #736 )
3 years ago
Alex Isaienko
85040e2599
Proper support for dynamic data in custom embeds ( #732 )
3 years ago
X Code
a3a8215b4c
Upgrade to 4.0.7
3 years ago
Michael Allen
61551d0a48
- Refactor getPlainText (better handling of blank lines and lines with multiple markups) ( #700 )
3 years ago
Michael Allen
d9ca3c9551
Bug fix for copying text with new lines ( #697 )
3 years ago
X Code
46a5cde77c
Bug fix for text direction rtl
3 years ago
X Code
4f9ee27f7d
Support text direction rtl
3 years ago
Nicolas Dion-Bouchard
350d7bcfb0
Fix for undoing a modification ending with an indented line ( #656 )
...
Co-authored-by: Nicolas Dion Bouchard <nicolas.dionbouchard@sviesolutions.com>
3 years ago
X Code
94c6a1dcbc
Fix image pasting
3 years ago
X Code
97cb20298f
Refactor code
3 years ago
X Code
7fbda46988
Copy image with its style
3 years ago
X Code
a4b6641b57
Support resizing image
3 years ago
X Code
3c7fcb3c66
Add comments
3 years ago
X Code
3c0e57d1be
Override Embed toString
3 years ago
li3317
ab4e47435d
fix paste style newline
3 years ago
li3317
3a9630421e
add paste style
3 years ago
li3317
9ab557b8d2
fix getPlainText()
3 years ago
li3317
4970a3b091
change toPlainText to exclude image
3 years ago
X Code
755d7ed72d
[3.7.2] Reverted Embed toPlainText change
3 years ago
X Code
7437c920c3
Fix getPlainText
3 years ago
X Code
c5bba0071a
Fix collectAllIndividualStyles
3 years ago
X Code
b928723b79
Revert "Revert "collectAllIndividualStyles uses offset instead of length""
...
This reverts commit d298ca4974
.
3 years ago
X Code
d298ca4974
Revert "collectAllIndividualStyles uses offset instead of length"
...
This reverts commit 2e06a21cba
.
3 years ago
X Code
2e06a21cba
collectAllIndividualStyles uses offset instead of length
3 years ago