Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ DomainChat.js ] Spell check #1284

Open
Armored-Dragon opened this issue Dec 29, 2024 · 1 comment
Open

[ DomainChat.js ] Spell check #1284

Armored-Dragon opened this issue Dec 29, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Armored-Dragon
Copy link
Member

Spell checking in the chat application would be a nice feature to have in the chat application.

Also by popular demand by non-english speakers, there is a great desire to have the ability to disable this feature. It may be worth the effort to add a global setting using the Settings app to create a setting that other apps can read from to either enable or disable spell checking.

@Armored-Dragon Armored-Dragon added the enhancement New feature or request label Dec 29, 2024
@Armored-Dragon Armored-Dragon self-assigned this Dec 29, 2024
@JulianGro
Copy link
Member

For desktop mode, most likely the easiest way is to add spellchecking in QML using qml-module-org-kde-sonnet. See "The hard but powerful way": https://carlschwan.eu/2021/10/25/spellchecking-with-qml/ Of course in our case you wouldn't use Kirigami, but just add Sonnet directly to the text input field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants