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