ferdium / ferdium-app

All your services in one place, built by the community
https://ferdium.org
Apache License 2.0
2.66k stars 164 forks source link

Common spelling dictionary across services #1750

Open mjeveritt opened 1 month ago

mjeveritt commented 1 month ago

Preflight Checklist

Problem Description

Each chat service has it's own dictionary .. so adding custom words/etc has to be done for each service.

Proposed Solution

Create a common spell-checker instance that works across all services.

Alternatives Considered

I can see how the Spell Checker instance is implemented 'per browser' in Electron, but not how this could potentially be extended, as I assume each Service is it's own Browser?

Additional Information

No response