Open VadimGush opened 1 year ago
conditionally changing type between text and url will do that (i don't know what the condition is, though)
@bill876 yep, that will work.
Every card has a type: https://github.com/gush-labs/kazan/blob/master/src/core/Review.ts#L232 Only in case of the "meaning" we should enable spellcheck.
There is a type of cards which require user to write down English translation for Japanese words. In this particular case, spellcheck will be useful. So we need to enable it for those kind of cases.