We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This can only be accomplished once there is a anki hook, where we can inspect the incoming revlog entries.
The closest thing right now is hooks.sync_stage_did_change.append().
hooks.sync_stage_did_change.append()
The text was updated successfully, but these errors were encountered:
See discussion here: https://anki.tenderapp.com/discussions/add-ons/42645-getting-collection-during-new-style-sync-hook
Sorry, something went wrong.
As of today, the only wrap that remains is around AnkiQt._sync in the sync_hook.
AnkiQt._sync
No branches or pull requests
This can only be accomplished once there is a anki hook, where we can inspect the incoming revlog entries.
The closest thing right now is
hooks.sync_stage_did_change.append()
.The text was updated successfully, but these errors were encountered: