AtlasAutocode
1cf96361c9
Fix: PgUp/Dn, arrow scroll, Up arrow with large fonts, assert at start of text for indent
11 months ago
AtlasAutocode
429dcb2d7c
Merge remote-tracking branch 'origin/master'
11 months ago
AtlasAutocode
c919703b8b
Fix: Up arrow with large fonts, assert at start of text for indent
11 months ago
Ellet
13533f8d90
docs(readme): update the extensions package to document the Rich Text Paste feature on web, fix typos and split the section with more details ( #2001 )
11 months ago
Ellet
f65c02cae3
docs: fix a few typos and add list of local codes
11 months ago
Ellet
e9457df5f0
docs(readme): fix a few typos and invalid links in extensions package
11 months ago
AtlasAutocode
320c17838a
Fix: Translation en-US
11 months ago
AtlasAutocode
1929cf4503
Translation alignJustify
11 months ago
AtlasAutocode
5e0276f87a
Translation Justify
11 months ago
Douglas Ward
9cfe40fe41
Add: Clipboard toolbar buttons
11 months ago
Douglas Ward
4cf019349c
Move clipboard actions to QuillController
11 months ago
Douglas Ward
c25aa2ffe7
Removed deprecated functions
11 months ago
AtlasAutocode
7c412dcbcf
Rename base class as QuillToolbarBaseValueButton
11 months ago
AtlasAutocode
7db89a4a10
Value setting Stateful toolbar buttons derive from base class
11 months ago
Ellet
d16d1f31db
docs(readme): update the 'Conversion to HTML' section to fix minor issue
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
singerdmx
f205bc8a41
chore(version): update to version 9.5.15
11 months ago
Cat
4bbb809f5a
Update delta_from_html to fix nested lists issues and more ( #2000 )
...
* Update delta_from_html to fix nested lists issues and more
* fix: removed iframe parse test since package doesn't support it
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
X Code
e8c912dcbd
Update translation.md
11 months ago
singerdmx
03879506c7
chore(version): update to version 9.5.14
11 months ago
Cat
3078b26d85
Update flutter_quill_delta_from_html on pubspec.yaml ( #1999 )
...
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
Ellet
1409f07668
docs(readme): fix bold text syntax issue in README.md
11 months ago
Ellet
6bdfde30ef
docs(readme): update 'Conversion to HTML' section to include more details ( #1996 )
11 months ago
singerdmx
a8703bd776
chore(version): update to version 9.5.13
11 months ago
Cat
7fa08f33f0
Added new default ConverterOptions configurations ( #1990 )
...
* feat: added new default ConverterOptions configurations
* chore: added more docs about new default ConverterOptions
* removed blockquote css styles
* chore: dart fixes
* fix: images attributes aren't taked by ConverterOptions
---------
Co-authored-by: CatHood0 <santiagowmar@gmail.com>
11 months ago
Ellet
c373876c7f
docs(readme): use Github admonitions in Markdown blockquotes
11 months ago
singerdmx
6ca188dfc1
chore(version): update to version 9.5.12
11 months ago
Shubham Gupta
8566170468
fix: Fixed passing textStyle to formula embed ( #1989 )
11 months ago
singerdmx
376067a52a
chore(version): update to version 9.5.11
11 months ago
Cat
127b35e72d
Update flutter_quill_delta_from_html in pubspec.yaml ( #1988 )
11 months ago
singerdmx
49afc567e1
chore(version): update to version 9.5.10
11 months ago
AtlasAutocode
b61c10af0b
Fix: LineHeight button to use MenuAnchor ( #1986 )
11 months ago
Ellet
0c6ade2fd8
chore: remove dependency html converter ( #1987 )
...
* chore: remove html2md dependency in quill_html_converter
* chore: bump vsc_quill_delta_to_html to 1.0.5
11 months ago
singerdmx
5ba6fcdbf0
chore(version): update to version 9.5.9
11 months ago
X Code
db98db52c2
Update pubspec.yaml ( #1985 )
11 months ago
singerdmx
6104f94dc0
chore(version): update to version 9.5.8
11 months ago
Cat
e12d64e6c4
Feat: New way to get Delta from HTML inputs ( #1984 )
11 months ago
Ellet
bb2f579a8e
docs(readme): update super_clipboard plugin support message to be more specific
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
singerdmx
ce5eb86b10
chore(version): update to version 9.5.7
11 months ago
AtlasAutocode
4a86f3042f
Fix: PreserveInlineStylesRule ( #1980 )
11 months ago
n7484443
4d56bf0cd6
refactor: context menu function, add test code ( #1979 )
11 months ago
singerdmx
e7f77147a8
chore(version): update to version 9.5.6
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
singerdmx
018db263a5
chore(version): update to version 9.5.5
11 months ago
n7484443
eb60e27f37
Fix: make mouse right click to open context menu ( #1976 )
11 months ago
singerdmx
f766bf055e
chore(version): update to version 9.5.4
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
singerdmx
151e629ee3
chore(version): update to version 9.5.3
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