mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-08-01 07:21:33 -07:00
d37a3eb299
- Add `ankiConnect.lapisKiku.wordCardKind` setting to choose the card-type flag SubMiner marks on mined word cards: word-and-sentence (default), click, sentence, audio, or none - Support IsClickCard, which SubMiner previously never set - Clear other card-type flags whenever one is set, so a note can't claim two card types at once - Extract card-kind flag resolution into new card-kinds.ts module - Hot-reload the new setting alongside existing Kiku/Lapis config - Update docs-site and config.example.jsonc
630 B
630 B
type: added area: anki
- Added
ankiConnect.lapisKiku.wordCardKind(Settings > Mining/Anki > Kiku/Lapis Features > "Word Card Type") to choose which card-type flag SubMiner marks on Kiku/Lapis word cards:word-and-sentence(default, unchanged behavior),click,sentence,audio, ornoneto leave the flags alone. Requested by Kiku users who only wantIsClickCardset. - Word cards can now be flagged as Kiku click cards (
IsClickCard), which SubMiner previously never set. - Setting a card-type flag now clears
IsClickCardalongside the other card-type flags, so a note can no longer claim two card types at once.