Anki/anki/importing
Mai Lavelle 128bfcd481 avoid reordering entire deck when importing notes
No need to reorder existing cards, which may have been manually
ordered by the user, when importing notes if we can give cards
a proper due number from the start. Retrieving any sibling's
due number for this is easy as all relevant cards will have
already been queried for when generating the new cards.
2018-07-06 00:49:47 -04:00
..
__init__.py use separate .colpkg extension for collection exports 2017-09-10 16:58:55 +10:00
anki2.py make sure we don't import cards into a filtered deck 2018-06-08 14:51:55 +10:00
apkg.py enforce schema version; allow importing+exporting v2 scheduler 2018-01-29 14:12:04 +10:00
base.py Stop inheriting from object 2017-02-07 00:21:33 +02:00
csvfile.py Fix string decode error when importing csv files 2017-12-31 14:01:47 -06:00
mnemo.py accept current and future mnemosyne imports 2017-11-27 10:49:38 +10:00
noteimp.py avoid reordering entire deck when importing notes 2018-07-06 00:49:47 -04:00
pauker.py cgi.escape is deprecated 2017-12-11 16:20:00 +10:00
supermemo_xml.py Comparison with None shouldn't use equality 2017-09-10 15:30:22 +02:00