Please backup your collection before you use this addon.
This addon will copy the scheduling information from one card to another.
It looks for duplicates and then copies the due date, ease factor, next interval, lapses, how many reviews left for the card to graduate, queue, repetitions, and the card type.
It adds a needsVerify
tag to the card to which the information was copied and a needsRemove
tag to the card from which the information was copied.
- You can access the top level add-ons folder by going to the Tools>Add-ons menu item in the main Anki window. Click on the View Files button, and a folder will pop up. The add-ons folder is named
addons21
, corresponding to Anki 2.1. - Move the
AnkiMergeScheduling
folder intoaddons21
. - Run Anki, then select Tools>Copy scheduling info.
- Open Anki’s Debug Console.
- Copy Lines 61--77 to the prompt.
- In the Card Info window, copy the corresponding Note IDs (not Card IDs).
- In the debug console, replace
nidlist[0]
andnidlist[1]
with these Note IDs.