Adding support for deck configurations.
Now there is a new class called DeckConf that contains a dictionary with the deck configuration (with exactly the same nomenclature as used in the Anki database).
The Deck class now has a new parameter called conf that expects a DeckConf object.
Notes:
If we reuse the same configuration in several decks, we are really doing 2 updates in the database when one would be enough.
Adding support for deck configurations. Now there is a new class called
DeckConf
that contains a dictionary with the deck configuration (with exactly the same nomenclature as used in the Anki database). TheDeck
class now has a new parameter calledconf
that expects aDeckConf
object.Notes: