d9f1e22648
* Replaced ankimedia object directly call by addon specific hook # Conflicts: # qt/aqt/browser/previewer.py # qt/aqt/clayout.py # qt/aqt/reviewer.py * Replaced ankimedia.js by addon specific hook # Conflicts: # qt/aqt/browser/previewer.py # qt/aqt/clayout.py # qt/aqt/main.py * Create specific location name for each hook to reuse control * Created the card_review_webview_did_init hook * Extended the hook card_will_show to replace will_show_web The new hook card_will_show_state takes three new arguments * Created the hook audio_did_pause_or_unpause to replace will_show_web The new hook is called when audio toggle pause is called * Created the hook audio_will_replay to replace will_show_web The new hook is called when the audio is replayed by the user. * Created the hook previewer_will_redraw_after_show_both_sides_toggled to replace will_show_web. The new hook fully replaces the last uses of will_show_web. * Replaced card_will_show_state hook with reviewer_did_init and equivalents. Instead of receiving the required state, it access it by caching the object values with hooks as reviewer_did_init. |
||
---|---|---|
.buildkite | ||
.cargo | ||
.config | ||
.github/ISSUE_TEMPLATE | ||
.vscode.dist | ||
build | ||
cargo | ||
docs | ||
ftl | ||
proto | ||
pylib | ||
python | ||
qt | ||
rslib | ||
sass | ||
tools | ||
ts | ||
.deny.toml | ||
.dprint.json | ||
.eslintrc.js | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
.isort.cfg | ||
.mypy.ini | ||
.prettierignore | ||
.prettierrc | ||
.pylintrc | ||
.rustfmt-empty.toml | ||
.rustfmt.toml | ||
.version | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTORS | ||
LICENSE | ||
ninja | ||
package.json | ||
pkgkey.asc | ||
README.md | ||
run | ||
run.bat | ||
rust-toolchain.toml | ||
SECURITY.md | ||
yarn.lock |
Anki
This repo contains the source code for the computer version of Anki.
If you'd like to try development builds of Anki but don't feel comfortable building the code, please see https://betas.ankiweb.net/
For more information on building, please see Development.