mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Anki is a smart spaced repetition flashcard program
![]() Like notetypes, there is a col.get_deck() routine which caches fetches, so that successive fetches are cheap. This makes it simpler to just fetch the deck at the start. We were also attempting to fetch a deck with id 0 for each row; I've changed this so that we only fetch it if the id is non-zero. I18n uses an Arc internally, so it is cheap to clone. This allow us to drop the lifetime specifiers on the context structures. |
||
---|---|---|
.buildkite | ||
.github/ISSUE_TEMPLATE | ||
cargo | ||
docs | ||
ftl | ||
pip | ||
platforms | ||
pylib | ||
qt | ||
rslib | ||
scripts | ||
ts | ||
.bazelignore | ||
.bazelrc | ||
.bazelversion | ||
.gitattributes | ||
.gitignore | ||
bazel.bat | ||
BUILD.bazel | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTORS | ||
defs.bzl | ||
late_deps.bzl | ||
LICENSE | ||
pkgkey.asc | ||
protobuf.bzl | ||
python.bzl | ||
README.md | ||
repos.bzl | ||
run | ||
run.bat | ||
WORKSPACE |
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.