-
Notifications
You must be signed in to change notification settings - Fork 941
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
Is there an existing issue for this?
- I have searched the existing issuesTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Use case
Should we add a SpellChecker
for the editor? What do you think about this feature?
I think this can be possible adding spell_check_on_client that makes more easy get suggestions and splitting wrong words from the right words and it doesn't need a internet connection.
I'll take some time to start this feature since this is complex to add to the editor.
Proposal
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Projects
Milestone
Relationships
Development
Select code repository
Activity
[-]Spellchecking for Editor[/-][+]Should we add a spellchecker for Editor?[/+]EchoEllet commentedon Aug 16, 2024
Since we don't have many tests, I prefer it if this feature is optional and separated to avoid breaking existing features and causing regressions. The features that were added recently to the project caused some minor bugs.
Spellcheck might not always work or might not support all languages. We could also consider making such features easier to implement by documenting the code and making it more extensible.
There are different providers for spellcheck that validate the spelling.
You can implement this feature into the project if you want.
CatHood0 commentedon Aug 16, 2024
I think the same thing. Since this feature could give some bugs to the editor ans should be experimental for now. I probably add this to it's own package or directly add it to the
flutter_quill_extensions
.EchoEllet commentedon Aug 16, 2024
This will also reduce the bundle size around 1.5 MB if we add the package spell_check_on_client to base package dependencies.