Results 21 comments of Kerrick Staley

You can suspend cards that you do not want to see. Search for e.g. `card:Pinyin` in Anki desktop's "Browse" interface, select all the results, then choose Cards > Toggle Suspend....

The value 0 (i.e. all the columns in the output are 0) is reserved for representing missing and unknown values in the input. So I don't think there is a...

I think the key point in this issue is that it's not clear whether the behavior of `YAML::DoubleQuoted` as applied to numbers and booleans is intended or correct, since it...

I updated the bug description to reflect the fact that it occurs in Xorg as well.

Thanks for the detailed bug report that clearly explains the problem, and for doing the investigative work on the Anki forum! I think your proposal of incorporating the `mid` when...

@tbm for now, you can either assign the `.guid` property on each `Note` object, or create a `Note` subclass with a custom `guid` property ([example](https://github.com/kerrickstaley/genanki/blob/f1c738a/tests/test_genanki.py#L207)).

Agree with what chambln wrote; I think this is pretty well covered in the README. I intend to get a more detailed docs site up but don't have time right...

Thanks for the PR! I don't have time to look at it right now but will try to get to it in the next two days.

Re: the SRS progress data, please add due, ivl, factor, reps, etc. as properties of `Card` (I'm actually not super familiar with how these affect the SRS algorithm/which fields are...

As chambln mentioned, you should use `genanki.BASIC_MODEL` etc to get the same behavior as the built-in models. These are not the same as the Anki built-in models for silly technical...