Skip to content

Should we add a spellchecker for Editor? #2108

@CatHood0

Description

@CatHood0
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

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

Activity

changed the title [-]Spellchecking for Editor[/-] [+]Should we add a spellchecker for Editor?[/+] on Aug 16, 2024
EchoEllet

EchoEllet commented on Aug 16, 2024

@EchoEllet
Collaborator

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

CatHood0 commented on Aug 16, 2024

@CatHood0
CollaboratorAuthor

I prefer it if this feature is optional

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

EchoEllet commented on Aug 16, 2024

@EchoEllet
Collaborator

I probably add this to it's own package or directly add it to the flutter_quill_extensions.

This will also reduce the bundle size around 1.5 MB if we add the package spell_check_on_client to base package dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @EchoEllet@CatHood0

        Issue actions

          Should we add a spellchecker for Editor? · Issue #2108 · singerdmx/flutter-quill