Huy Panha
f486278d99
Khmer language
7 months ago
Huy Panha
d6dfea1c5b
Create quill_km.arb
7 months ago
Cat
82308daa0e
Chore: improve Spell checker API to the example ( #2133 )
8 months ago
Cat
7ae1afe068
Feat: include spell checker for example app ( #2127 )
...
* Chore: update to last version simple_spell_checker for fix some issues
* Fix: placeholder is detected as common text instead virtual text
* Doc(readme): added documentation about the Spell checker feature
* Feat: added Spell checker to example
* Chore: dart before_push script
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Łukasz Wiśniewski
11c8bc7d75
enhance stringToColor with a custom defined palette from `DefaultStyles` ( #2095 )
...
* enhance stringToColor
* use individual import
---------
Co-authored-by: Łukasz Wiśniewski <lwisniewski@LP-LW-M3.fritz.box>
8 months ago
License name
2937dc8c95
Copy TapAndPanGestureRecognizer from TextField ( #2128 )
...
* [chore]: change gesture
* [chore]: change gesture
* [chore]: code fromatter
* [chore]: remove code
* [chore]: add code commentary
---------
Co-authored-by: xuyang <xuyang@qimao.com>
8 months ago
AtlasAutocode
dba979e2fe
Fix: Loss of style when backspace ( #2125 )
8 months ago
Cat
da4f0efeaf
Chore: Move spellchecker service to extensions ( #2120 )
...
* Removed dependency from pubspec.yaml
* Chore: moved simple_spell_checker_service to extensions
* Chore: dart fixes and formatting
* Fix: imports
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Cat
0d12456b5f
Feat: Spellchecker for Flutter Quill ( #2118 )
...
* Feat: added spellchecker service
* Partial implementation of spell_checker
* Feat: now spell-checking works in real-time
* Doc: more documentation about the new service
* Update simple_spell_checker to last version
* Fix: spellcheck highlight text into code-block and when readOnly is true
* Fix: last version dependency has weird behaviors with accents
* dart formatting
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Cat
dad352cbf2
Fix: unsafe operation while getting overlayEntry in text_selection ( #2117 )
...
* Fix: unsafe operation while getting a overlay entry in text selection
* Chore: dart format
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Cat
b894c5fdd6
Fix: context menu is visible even when selection is collapsed ( #2116 )
...
* Fix: context menu is visible even when selection is collapse
* Chore: dart fixes
* Fix: context menu fails by null value when try to update the view
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
AtlasAutocode
56d7d48d57
Fix: Link selection and editing ( #2114 )
...
* Value setting Stateful toolbar buttons derive from base class
* Removed deprecated functions
* Move clipboard actions to QuillController
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix Link selection and editing
---------
Co-authored-by: Douglas Ward <dward@scied.com>
8 months ago
Michael Allen
c739f6c12d
restore ability to pass in key to QuillEditor ( #2093 )
8 months ago
AtlasAutocode
40e18b2706
Enhancement: Search within Embed objects ( #2090 )
8 months ago
DeveloperBiz
4c04fcf90a
Swap order of shortcut map merging so that customShortcuts are added first and override existing duplicate trigger shortcuts by absorbing the input first ( #2089 )
...
Co-authored-by: ryanscott0515 <ryanscott0515@gmail.com>
8 months ago
Felix Lee
0a971932cf
fix: Double click to select text sometimes doesn't work. ( #2086 )
8 months ago
Adil Hanney
e11af21fba
ref: add `VerticalSpacing.zero` and `HorizontalSpacing.zero` named constants ( #2083 )
...
* feat: add named constants to HorizontalSpacing/VerticalSpacing
* ref: use VerticalSpacing.zero across code
8 months ago
AtlasAutocode
d1fb286803
Fix: collectStyles for lists and alignments ( #2082 )
...
* Value setting Stateful toolbar buttons derive from base class
* Removed deprecated functions
* Move clipboard actions to QuillController
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Fix: collectStyles for lists and alignments
---------
Co-authored-by: Douglas Ward <dward@scied.com>
8 months ago
AtlasAutocode
23fbb43b76
Move Controller outside of configurations data class ( #2078 )
8 months ago
AtlasAutocode
6f8fa24470
Fix Multiline paste with attributes and embeds ( #2074 )
8 months ago
Raman Rasliuk
e028ccf59e
Toolbar dividers fixes + Docs updates ( #2071 )
...
* Simple toolbar buttons + dividers fixes
* Simple toolbar buttons + dividers fixes
* readme update
* Toolbar buttons fix
8 months ago
Cat
ac5a823440
Feat: support for customize copy and cut Embeddables to Clipboard ( #2067 )
...
* Feat: custom behavior while copying or cutting a embeddable
* dart fixes
* fix: removed unnecessary optional return for CopyCutAction
* fix: invalid null_aware_operator
* added doc comments
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Huan Du
cbcc023f03
fix: hide toolbar if editor loses focus ( #2066 )
8 months ago
Cat
493bdbc54d
Fix: manual checking of directionality ( #2063 )
...
* fix: removed manual directionality checking
* chore: run before push script
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Huan Du
5526ea4feb
fix: invalid selection when tapping placeholder text ( #2062 )
8 months ago
Huan Du
ab004b8755
feat: add callback to handle performAction ( #2061 )
8 months ago
Cat
2818d0fce0
Fix: RTL issues ( #2060 )
...
* fix: RTL issues
* fix: removed unused imports
* dart formatting
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
8 months ago
Huan Du
2a297f20c7
fix: textInputAction is not set when creating QuillRawEditorConfigurations ( #2057 )
8 months ago
AtlasAutocode
42d830f037
Add tests for PreserveInlineStylesRule and fix link editing. Other minor fixes. ( #2058 )
...
* Value setting Stateful toolbar buttons derive from base class
* Removed deprecated functions
* Move clipboard actions to QuillController
* Add: Clipboard toolbar buttons
* Translation Justify
* Translation alignJustify
* Fix: Translation en-US
* Misc fixes
---------
Co-authored-by: Douglas Ward <dward@scied.com>
8 months ago
Alex Consel
af2863b2f9
add catalan language ( #2054 )
9 months ago
Dimka
fd69f614bc
Add ability to set up horizontal spacing for block style ( #2051 )
...
Co-authored-by: dimkanovikov <Dmitriy.S.Novikov@rt.ru>
9 months ago
Michael Allen
d6c74098d2
if magnifier removes toolbar, restore it when it is hidden ( #2049 )
9 months ago
Guillermo Bueno Vargas
8da8e059f1
Have the ability to create custom rules, closes #1162 ( #2040 )
...
* Have the ability to create custom rules, closes #1162
* Sort extensions.dart
9 months ago
Ellet
f5e0f8589b
refactor: use immutable annotation from flutter foundation instead of meta package in flutter_quill
9 months ago
Ellet
4a166e3d1d
chore: remove invalid docs comment in Leaf.splitAt()
9 months ago
Ellet
9764f75006
refactor: restructure project into modular architecture for flutter_quill ( #2032 )
...
* refactor: restructure project into modular architecture for flutter_quill
* refactor: move LineHeightAttribute class to custom_attributes.dart
* chore: remove nullable controller extension
9 months ago
License name
af691e69ed
[feature] : quill add magnifier ( #2026 )
...
* [feature] : quill add magnifier
* [feature] : fix ci issue
* [feature] : fix ci issue
* [feature] : desktop not show magnifier
* [feature] : empty line case exception
---------
Co-authored-by: xuyang <xuyang@qimao.com>
9 months ago
Khoshbin Ali Ahmed
785529acdc
add untranslated Kurdish keys ( #2029 )
9 months ago
Cat
d2e3784b77
Fix(rule): PreserveInlineStyleRule assume the type of the operation data and throw stacktrace ( #2028 )
9 months ago
AtlasAutocode
f3a5e113f6
Fix: Key actions not being handled ( #2025 )
...
* 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>
9 months ago
Felix Lee
492f25b0df
fixed #1835 Embed Reloads on Cmd Key Press ( #2013 )
9 months ago
Alspb
7ab6444520
Refactor: Moved core link button functions to link.dart ( #2008 )
9 months ago
Cat
480861b098
feat: added option to disable automatic list conversion ( #2011 )
9 months ago
Ellet
0a7f503c5c
chore: drop support for HTML, PDF, and Markdown converting functions ( #1997 )
...
* 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
9 months ago
Shubham Gupta
8566170468
fix: Fixed passing textStyle to formula embed ( #1989 )
9 months ago
AtlasAutocode
b61c10af0b
Fix: LineHeight button to use MenuAnchor ( #1986 )
9 months ago
Cat
e12d64e6c4
Feat: New way to get Delta from HTML inputs ( #1984 )
9 months ago
Ellet
3acc44e2f8
fix(typo): fix typo ClipboardServiceProvider.instacne ( #1983 )
...
* fix(typo): deprecate ClipboardServiceProvider.instacne as it's a typo, add ClipboardServiceProvider.instance and update usages
* chore: update deprecation message of ClipboardServiceProvider.instacne
9 months ago
AtlasAutocode
4a86f3042f
Fix: PreserveInlineStylesRule ( #1980 )
9 months ago
n7484443
4d56bf0cd6
refactor: context menu function, add test code ( #1979 )
9 months ago