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>
10 months ago
AtlasAutocode
bcd0114c12
Fix: Translation en-US
10 months ago
AtlasAutocode
6b35f23ab8
Translation alignJustify
10 months ago
AtlasAutocode
5e8675fe2a
Translation Justify
10 months ago
Douglas Ward
17d1d59492
Add: Clipboard toolbar buttons
10 months ago
Douglas Ward
49fb900bf6
Move clipboard actions to QuillController
10 months ago
Douglas Ward
a3147639b1
Removed deprecated functions
10 months ago
AtlasAutocode
61ed9496e8
Value setting Stateful toolbar buttons derive from base class
10 months ago
Michael Allen
c739f6c12d
restore ability to pass in key to QuillEditor ( #2093 )
10 months ago
AtlasAutocode
40e18b2706
Enhancement: Search within Embed objects ( #2090 )
10 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>
10 months ago
Felix Lee
0a971932cf
fix: Double click to select text sometimes doesn't work. ( #2086 )
10 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
10 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>
10 months ago
AtlasAutocode
23fbb43b76
Move Controller outside of configurations data class ( #2078 )
10 months ago
AtlasAutocode
6f8fa24470
Fix Multiline paste with attributes and embeds ( #2074 )
10 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
10 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>
11 months ago
Huan Du
cbcc023f03
fix: hide toolbar if editor loses focus ( #2066 )
11 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>
11 months ago
Huan Du
5526ea4feb
fix: invalid selection when tapping placeholder text ( #2062 )
11 months ago
Huan Du
ab004b8755
feat: add callback to handle performAction ( #2061 )
11 months ago
Cat
2818d0fce0
Fix: RTL issues ( #2060 )
...
* fix: RTL issues
* fix: removed unused imports
* dart formatting
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
Huan Du
2a297f20c7
fix: textInputAction is not set when creating QuillRawEditorConfigurations ( #2057 )
11 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>
11 months ago
Alex Consel
af2863b2f9
add catalan language ( #2054 )
11 months ago
Dimka
fd69f614bc
Add ability to set up horizontal spacing for block style ( #2051 )
...
Co-authored-by: dimkanovikov <Dmitriy.S.Novikov@rt.ru>
11 months ago
Michael Allen
d6c74098d2
if magnifier removes toolbar, restore it when it is hidden ( #2049 )
11 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
11 months ago
Ellet
f5e0f8589b
refactor: use immutable annotation from flutter foundation instead of meta package in flutter_quill
11 months ago
Ellet
4a166e3d1d
chore: remove invalid docs comment in Leaf.splitAt()
11 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
11 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>
11 months ago
Khoshbin Ali Ahmed
785529acdc
add untranslated Kurdish keys ( #2029 )
11 months ago
Cat
d2e3784b77
Fix(rule): PreserveInlineStyleRule assume the type of the operation data and throw stacktrace ( #2028 )
11 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>
11 months ago
Felix Lee
492f25b0df
fixed #1835 Embed Reloads on Cmd Key Press ( #2013 )
11 months ago
Alspb
7ab6444520
Refactor: Moved core link button functions to link.dart ( #2008 )
11 months ago
Cat
480861b098
feat: added option to disable automatic list conversion ( #2011 )
11 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
11 months ago
Shubham Gupta
8566170468
fix: Fixed passing textStyle to formula embed ( #1989 )
11 months ago
AtlasAutocode
b61c10af0b
Fix: LineHeight button to use MenuAnchor ( #1986 )
11 months ago
Cat
e12d64e6c4
Feat: New way to get Delta from HTML inputs ( #1984 )
11 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
11 months ago
AtlasAutocode
4a86f3042f
Fix: PreserveInlineStylesRule ( #1980 )
11 months ago
n7484443
4d56bf0cd6
refactor: context menu function, add test code ( #1979 )
11 months ago
Cat
b00b29da67
fix: common link is detected as a video link ( #1978 )
...
* fix: common link is detected as a video link
* chore: dart fixes
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
n7484443
eb60e27f37
Fix: make mouse right click to open context menu ( #1976 )
11 months ago
Cat
6598f3d74d
Feat: Line height support ( #1972 )
...
* 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>
11 months ago
Alspb
e06aa5b371
Perf: Performance optimization ( #1964 )
...
* Node.length, Node.offset caching added
* Unnecessary Document.from removed, method arguments changed accordingly
* root.toDelta check replaced with assertion
11 months ago