Skip to content
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

Latest Anki release fix #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Blackdeer1524
Copy link

Description

  • After the new Anki release, the initialization of schedulers stopped working. So, I just added a new versioning scheme handling and replaced the names of a few functions with their snake case version.*

Checklist:

Please replace the space inside the brackets with an x and fill out the ellipses if the following items apply:

  • I've read and understood the contribution guidelines
  • I've tested my changes against at least one of the following Anki builds:
    • Latest standard Anki 2.1 binary build [required for Anki-compatible 2.1 add-ons]
    • Latest alternative Anki 2.1 binary build
    • Latest Anki 2.0 binary build [required for Anki 2.0-compatible add-ons]
  • I've tested my changes on at least one of the following platforms:
    • Linux, version:
    • Windows, version:
    • macOS, version:
  • My changes potentially affect non-desktop platforms, of which I've tested:
    • AnkiMobile, version:
    • AnkiDroid, version:
    • AnkiWeb

@imli700
Copy link

imli700 commented Nov 5, 2023

I'm kinda new to github. Does this mean the add on will work with 23.10?

@Blackdeer1524
Copy link
Author

I'm kinda new to github. Does this mean the add on will work with 23.10?

Pretty much. But changes won't be introduced in addon on anki web unless maintainer merges this pull request. So, in case you don't want to wait, you would need to place changed files from src/cloze_overlapper into addon folder.

@imli700
Copy link

imli700 commented Nov 5, 2023

damn thanks a lot. This add on is absolutely necessary to my anki workflow. I have thousands of overlapper cards

@imli700
Copy link

imli700 commented Nov 5, 2023

Also, can you please let me know of the things I need to learn to be able to maintain thia add on? I only know some basic javascript but I'd like to maintain this add on in the long term @Blackdeer1524

@Blackdeer1524
Copy link
Author

Also, can you please let me know of the things I need to learn to be able to maintain thia add on? I only know some basic javascript but I'd like to maintain this add on in the long term @Blackdeer1524

I have never been an anki addon maintainer/developer, so I can't help you with that :(. The only thing I can recommend is to learn basics of python if you want to maintain/develop them since addons are written in this language. You can also check this out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants