CatHood0
6ecc86cb32
chore: dart fixes
10 months ago
CatHood0
5ca57b0d66
Added support for <video> tag
10 months ago
CatHood0
a19338320c
improved video url validator pattern
10 months ago
CatHood0
d456066e39
removed useless element attr for underline
10 months ago
CatHood0
b66f8167b3
removed print calls and fix no expect in test
10 months ago
CatHood0
bbdc68cd26
Added support for html underline and videos
10 months ago
CatHood0
fbf6389ee4
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
10 months ago
singerdmx
4969113359
chore(version): update to version 9.4.6
10 months ago
Ellet
e722e70194
chore(tests): update outdated description for FlutterQuillLocalizationsWidget tests
10 months ago
Ellet
7cab43ed72
docs: update custom_buttons to revert a minor change from previous commit
10 months ago
Ellet
4caa4c37ef
chore(docs): improve doc/configurations markdown files readability
10 months ago
Ellet
5fc6d34d10
fix(docs): update outdated code in markdown files
10 months ago
Ellet
5d9ad020c7
fix(editor): implement editor shortcut action for home and end keys to fix exception about unimplemented ScrollToDocumentBoundaryIntent ( #1937 )
...
* fix(editor): implement editor shortcut action for home and end keys to fix thrown exception about unimplemented ScrollToDocumentBoundaryIntent action
10 months ago
Ellet
7d6731ca40
test(localizations): write a few tests for FlutterQuillLocalizationsWidget
10 months ago
Ellet
26b04443f7
fix: search dialog throw an exception due to missing FlutterQuillLocalizations.delegate in the editor ( #1938 )
10 months ago
singerdmx
fe6787272a
chore(version): update to version 9.4.5
10 months ago
geronimol
126921f2c7
fix: color picker hex unfocus on web ( #1934 )
10 months ago
singerdmx
2d78e0985d
chore(version): update to version 9.4.4
10 months ago
Joep Heijnen
01cf92a73e
fix: Enabled link regex to be overridden ( #1931 )
...
* fix: Enabled link regex to be overridden
* chore: Updated formatting
10 months ago
singerdmx
57302fdc6e
chore(version): update to version 9.4.3
10 months ago
windows7lake
be4b21d128
fixed: setState() called after dispose(): QuillToolbarClipboardButtonState (link #1895 ) ( #1926 )
10 months ago
singerdmx
5effc5ca21
chore(version): update to version 9.4.2
10 months ago
Guillermo Bueno Vargas
de5c5f801d
Respect autofocus, closes #1923 ( #1924 )
10 months ago
singerdmx
3959c9e554
chore(version): update to version 9.4.1
10 months ago
Salman Ahmed
082cea9e6b
replace base64 regex string ( #1919 )
...
* replace base64 regex string
* replace base64RegExp String due to app crash in release mode, throws stack overflow error
---------
Co-authored-by: SalmanAhmed <salman.ahmed@digicopsolutions.com>
10 months ago
Ellet
85182333b1
docs(readme): update a note about using super_clipboard with flutter_quill
10 months ago
Ellet
dfdbc4bd83
docs(readme): use inline code for plugin links
10 months ago
Ellet
5ad20b2ecd
chore: update 3_question.yml template
10 months ago
Ellet
381a0caefa
chore: Create config.yml for Github issue templates
10 months ago
Ellet
3ecc9272a8
docs(readme): add spacing between the We word and the blockquotes
10 months ago
Ellet
a7bd54341c
docs(readme): include a note about converting HTML and Markdown to Delta in Conversion to HTML section
10 months ago
Ellet
ef4338cea3
docs: add spacing for Embed Blocks section in flutter_quill_extensions
10 months ago
Ellet
9ce30bf1eb
docs(markdown-files): improve readability
10 months ago
Ellet
e863a539bf
docs(markdown-files): improve markdown docs files
10 months ago
Ellet
97a08b82b7
docs: improve README.md
10 months ago
Ellet
3b7b1081a0
docs(translations): improve translation page
10 months ago
Ellet
1e76d95cee
docs(translations): update outdated translation page
10 months ago
Ellet
b5ecbd3dce
chore(localizations): replace sh with dart script, update docs and remove the sh script.
10 months ago
Ellet
731e483d8b
chore: update outdated web example
10 months ago
ellet0
d98b127147
chore(version): update to version 9.4.0
10 months ago
Ellet
1f299e66bf
fix(publishing): create build directory if doesn't exist
10 months ago
Ellet
f8a0959219
ci(publishing): remove GitHub authorization header
10 months ago
Ellet
b117ef18ec
refactor(publishing-workflow): move fethcing GitHub release notes steps into a dart script
10 months ago
Ellet
a7f4604b43
ci(publishing): fix passing the version content to the update package version script
10 months ago
AtlasAutocode
62c655b880
Improve: subscript and superscript should now work for all languages and characters. ( #1909 )
...
* 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>
10 months ago
Ellet
8fe65f1d10
chore: Update quill_videos_sample.dart
10 months ago
Ellet
33ba96518d
feat(clipboard): allow pasting markdown and html files from the system to the editor ( #1915 )
...
* 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
10 months ago
Ellet
743c829e48
Refactor(plugins)!: move super clipboard to extensions package ( #1914 )
...
* 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
10 months ago
Ellet
784aee35f2
fix(analysis): remove old import related to the recent changes of providing legacy search button.
10 months ago
Ellet
dd5109d973
chore: provide an option to use the legacy search dialog and button, two todos, remove outdated comments, import missing files to fix docs
10 months ago