mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
Anki is a smart spaced repetition flashcard program
![]() * Add MessageBox class and associated funcs to aqt.utils and update some callers in aqt.sync and aqt.addons * Cleanup imports in aqt.sync * Fix return values for ask_user and ask_user_dialog * Fix wrong argument name in aqt.utils.ask_user * Add type annotations to **kwargs in utils.py * Type annotation for callback in aqt.sync.full_sync * MessageBox accepts StandardButton in addition to str, fix linting issues * Assess default buttons in correct order and return correct button name in MessageBox * Add explicit Optionals in aqt.utils * Pass button index to callback in MessageBox * Update type hints for aqt.utils.MessageBox * Use Sequence for aqt.utils.MessageBox buttons arg * default_button > default_yes in aqt.utils.ask_user * Dark mode question icon in aqt.utils.MessageBox |
||
---|---|---|
.buildkite | ||
.github/ISSUE_TEMPLATE | ||
.vscode | ||
cargo | ||
docs | ||
ftl | ||
platforms | ||
proto | ||
pylib | ||
python | ||
qt | ||
rslib | ||
sass | ||
tools | ||
ts | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.gitattributes | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
.user.bazelrc | ||
BUILD.bazel | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTORS | ||
defs.bzl | ||
late_deps.bzl | ||
LICENSE | ||
package.json | ||
pkgkey.asc | ||
pyrightconfig.json | ||
README.md | ||
repos.bzl | ||
run | ||
run.bat | ||
SECURITY.md | ||
WORKSPACE | ||
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.