From 93336afa07ebfe13bfdde2d2bb0f8a0c8e32980a Mon Sep 17 00:00:00 2001 From: sudacode Date: Sat, 28 Feb 2026 19:18:42 -0800 Subject: [PATCH] docs(config): note SFX filtering in frequency highlighting --- docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration.md b/docs/configuration.md index eb3c10e..f0bfa8e 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -782,6 +782,7 @@ Lookup behavior: - `frequencyDictionary.matchMode` controls which token text is used for frequency lookups: `headword` (dictionary form) or `surface` (visible subtitle text). In `single` mode all highlights use `singleColor`; in `banded` mode tokens map to five ascending color bands from most common to least common inside the topX window. +- Frequency highlighting skips tokens that look like non-lexical SFX/interjection noise (for example kana reduplication or short kana endings like `っ`), even when dictionary ranks exist. Secondary subtitle defaults: `fontFamily: "Manrope, Inter"`, `fontSize: 24`, `fontColor: "#cad3f5"`, `backgroundColor: "transparent"`. Any property not set in `secondary` falls back to the CSS defaults.