[GH-ISSUE #1196] Browser spell check is not working in Boost Node #481

Closed
opened 2026-03-03 00:21:30 +03:00 by kerem · 1 comment
Owner

Originally created by @WeberAlex on GitHub (Sep 17, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1196

Chrome 93 in English (UK)
Spell check (English (US))
Use enhanced spell check: ON
Boost Node 1.50.3

Expected behavior:

Using the browser spell check when I edit my notes.

Chrome spell check settings

SCR_20210917_171514

Originally created by @WeberAlex on GitHub (Sep 17, 2021). Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/1196 Chrome 93 in English (UK) Spell check (English (US)) Use enhanced spell check: ON Boost Node 1.50.3 Expected behavior: Using the browser spell check when I edit my notes. ## Chrome spell check settings ![SCR_20210917_171514](https://user-images.githubusercontent.com/28292190/133749371-edd4328c-e7fe-4b51-8931-b274d5753b14.png)
kerem closed this issue 2026-03-03 00:21:30 +03:00
Author
Owner

@Komediruzecki commented on GitHub (Sep 17, 2021):

Hi, WeberAlex,

sorry for that, It's partly the same issue as the IME problem, I fixed it here: https://github.com/BoostIO/BoostNote-App/pull/1197

For electron spell-check, it is not as easy as enabling a built-in electron spell checker since it uses its own context menu and we use webview, so probably a library like this one should be used: https://www.npmjs.com/package/electron-spellchecker

<!-- gh-comment-id:921921454 --> @Komediruzecki commented on GitHub (Sep 17, 2021): Hi, WeberAlex, sorry for that, It's partly the same issue as the IME problem, I fixed it here: https://github.com/BoostIO/BoostNote-App/pull/1197 For electron spell-check, it is not as easy as enabling a built-in electron spell checker since it uses its own context menu and we use `webview`, so probably a library like this one should be used: https://www.npmjs.com/package/electron-spellchecker
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#481
No description provided.