mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Anki is a smart spaced repetition flashcard program
![]() This uses exactly the same code, with one exception. In the previewer `self` became `self.parent` in order to have action on the browser. And in the browser, some `self` become `self.previewer` to access the previewer. (Some function having an action on the previewer starting from the browser now are separated in two. One version in the previewer doing the same thing. One version in the browser, calling the version in the previewer if it exists.) Preview dialog now takes a QWidget in general, not necesarrily a Browser. The parameter is called parent |
||
---|---|---|
.github | ||
meta | ||
proto | ||
pylib | ||
qt | ||
rslib | ||
rspy | ||
.gitattributes | ||
.gitignore | ||
CONTRIBUTORS | ||
LICENSE | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
run |
This repo contains all the 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://anki.tenderapp.com/discussions/beta-testing
For more information on building, please see README.development
If you'd like to contribute code, please see README.contributing