https://github.com/seangenabe/anki-cp
Anki Copy Scheduling add-on
https://github.com/seangenabe/anki-cp
Last synced: 7 months ago
JSON representation
Anki Copy Scheduling add-on
- Host: GitHub
- URL: https://github.com/seangenabe/anki-cp
- Owner: seangenabe
- License: mit
- Created: 2019-08-15T09:23:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-21T07:27:33.000Z (about 6 years ago)
- Last Synced: 2025-01-31T08:16:18.864Z (8 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# Anki Copy Scheduling add-on
This add-on copies scheduling info from one deck to another.
Use case: Migrating from a deck to another similar deck.
* Cards are compared by their sort field. Only cards with a matching sort field are processed.
* Cards from the old deck that are "new" are ignored.
* Cards that don't match a card in the old deck are ignored.
* The scenario where there are multiple cards representing a note _in the old deck_ is not yet supported.
* All scheduling info are overwritten.
* All `revlog`s of the cards from the old deck are copied.
* Make sure to run the process only once; the revlogs are copied each run.
* Undo support