-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add_Note ID no longer works in Anki 2.1.29+ #138
Comments
I'm using anki 2.1.29. It always sets the note id to |
i notice on master it is anki-addons/add_note_id/__init__.py Lines 94 to 97 in 5e56601
but the code as downloaded from the anki addons page is
when i manually edit the extension locally to use |
Replacing the file |
If you want the old note id behaviour, instead of the uuid behaviour, I removed the subtraction, because for my purposes I need the note id to be the actual note id, I now have
in the onLoadNote section to avoid that, and the correct note id fills in next time it is opened. |
I think the problem began a bit earlier that 2.1.29, but I was running a lower version for a few months.
The text was updated successfully, but these errors were encountered: