mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-07-31 19:21:33 -07:00
Anki maturity-based known-word highlighting (#172)
This commit is contained in:
@@ -254,6 +254,8 @@ export interface ResolvedConfig {
|
||||
};
|
||||
knownWords: {
|
||||
highlightEnabled: boolean;
|
||||
maturityEnabled: boolean;
|
||||
matureThresholdDays: number;
|
||||
refreshMinutes: number;
|
||||
addMinedWordsImmediately: boolean;
|
||||
matchMode: NPlusOneMatchMode;
|
||||
|
||||
Reference in New Issue
Block a user