kerrickstaley / genanki

A Python 3 library for generating Anki decks
MIT License
1.99k stars 150 forks source link

fix card order and date of creation bug : #30

Closed BathieSG7 closed 3 years ago

BathieSG7 commented 5 years ago

modified the way to generate note and card id i replaced it by the way that anki create ids : "the epoch milliseconds of when the Card / Note was created" this is a solution to an issue that i remarked here

aalemayhu commented 3 years ago

Is this a duplicate of #35? https://github.com/kerrickstaley/genanki/pull/35

kerrickstaley commented 3 years ago

Similar to https://github.com/kerrickstaley/genanki/pull/35:

I fixed the note/card "Added" date issue (https://github.com/kerrickstaley/genanki/issues/29) in https://github.com/kerrickstaley/genanki/commit/f1c738ab59b216d304d753a4c86fb09bcbbbf37b, and that fix has been released in genanki 0.10.0 which is now on PyPI (https://pypi.org/project/genanki/0.10.0/). I think this PR is now obsolete, so I'm going to close it (but let me know if this is a mistake).