TINYDOC-3524 - Fix empty table rows and add ignored-words persistence and custom-dictionary guidance in Spell Checker docs#4275
Merged
Conversation
…nce guidance, and note custom dictionaries require self-hosting in Spell Checker docs
…it as a self-hosted benefit
ShiridiGandham
approved these changes
Jul 14, 2026
shanmen-tiny
approved these changes
Jul 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ticket: TINYDOC-3524
Site: Staging branch
Changes:
APIs,Events, andCommandstables each contained an empty spanning-cell row (3+|/2+|) that rendered as a blank row; all three have been removed.Persisting ignored wordssection to thespellchecker_ignore_listoption. It explains that words ignored at runtime (via the Ignore / Ignore All menu items or theaddIgnoredWordsAPI) apply only to the current session, and outlines how integrators can persist them across sessions by storing them (for example, when handling theSpellcheckerIgnore/SpellcheckerIgnoreAllevents) and reapplying them throughspellchecker_ignore_liston initialization. Behaviour validated againsttinymce-premiumsource (plugins/tinymcespellchecker/src/main/ts/api/Api.ts), which confirmsaddIgnoredWordsmutates only the in-memory ignore list and cache.Pre-checks:
hotfix/8/TINYDOC-3524Review: