Files
SubMiner/changes/word-card-kind.md
T
sudacode d37a3eb299 feat(anki): add configurable word card type for Kiku/Lapis
- 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
2026-07-30 00:45:38 -07:00

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, or none to leave the flags alone. Requested by Kiku users who only want IsClickCard set.
  • Word cards can now be flagged as Kiku click cards (IsClickCard), which SubMiner previously never set.
  • Setting a card-type flag now clears IsClickCard alongside the other card-type flags, so a note can no longer claim two card types at once.