[PR #1617] Enable Chromium spellchecker for webview/editor #1466

Open
opened 2026-03-03 00:26:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1617
Author: @liu971227-sys
Created: 2/15/2026
Status: 🔄 Open

Base: masterHead: bounty/issuehunt-695-spellcheck


📝 Commits (1)

  • 3762eb1 Enable Chromium spellchecker for webview/editor

📊 Changes

2 files changed (+6 additions, -1 deletions)

View changed files

📝 src/components/BoostHubWebview.tsx (+3 -1)
📝 src/electron/windows.ts (+3 -0)

📄 Description

What

Enable Chromium spellchecker for the Electron app and embedded BoostHub webview.

This change:

  • Sets webPreferences.spellcheck = true on the main BrowserWindow so the built-in spellchecker is available.
  • Enables spellcheck in the <webview> by adding spellcheck=yes to the webpreferences feature string.

Why

Issue #695 requests spellcheck support (as a preference toggle). Electron provides a built-in spellchecker; this PR wires it up at the window/webview level to make it available.

Fixes #695.

Notes

This does not force spellcheck on everywhere by itself; it ensures the capability is enabled. Actual editor behavior can still be controlled via spellcheck attributes / app settings.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1617 **Author:** [@liu971227-sys](https://github.com/liu971227-sys) **Created:** 2/15/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `bounty/issuehunt-695-spellcheck` --- ### 📝 Commits (1) - [`3762eb1`](https://github.com/BoostIO/BoostNote-App/commit/3762eb1aac762b4fa4589379ed2753ba5267a835) Enable Chromium spellchecker for webview/editor ### 📊 Changes **2 files changed** (+6 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/components/BoostHubWebview.tsx` (+3 -1) 📝 `src/electron/windows.ts` (+3 -0) </details> ### 📄 Description ## What Enable Chromium spellchecker for the Electron app and embedded BoostHub webview. This change: - Sets `webPreferences.spellcheck = true` on the main `BrowserWindow` so the built-in spellchecker is available. - Enables spellcheck in the `<webview>` by adding `spellcheck=yes` to the `webpreferences` feature string. ## Why Issue #695 requests spellcheck support (as a preference toggle). Electron provides a built-in spellchecker; this PR wires it up at the window/webview level to make it available. Fixes #695. ## Notes This does not force spellcheck on everywhere by itself; it ensures the capability is enabled. Actual editor behavior can still be controlled via `spellcheck` attributes / app settings. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1466
No description provided.