Arthur-Milchior / anki-copy-note

An add-on to copy anki's note
GNU General Public License v3.0
23 stars 9 forks source link

The creation time is not preserved in the copied card when "Preserve creation time" is set to true. #28

Closed ventoteso closed 3 years ago

ventoteso commented 3 years ago

I use anki version 2.1.44. The "Preserve creation time" is set to true. However the date of creation of the new card (the copy) is the date when the copy was made, not the date of creation of the original card, which is the expected behaviour.

Config: { "Copy log": true, "Preserve creation time": true, "Preserve ease, due, interval...": true, "Shortcut: copy": "Ctrl+C", "correct import": true, "current tag prefix": "relation", "relate copies": false, "tag for copies": "Copy", "tag prefixes": [ "relation" ] }

Arthur-Milchior commented 3 years ago

Can you please update the add-on and check. I think I corrected it. Thanks for the bug report

ventoteso commented 3 years ago

Corrected. Thank you.