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
![]() Because <base> is set to the media server URL, <a href='#' ...> causes a page transition from the current setHtml() page data. Previous Qt versions allowed us to just ignore the request, but now returning False in acceptNavigationRequest() causes the subsequent page navigation to be rejected as well, resulting in no visible change when clicking on a deck in the deck list. To deal with this, Anki will now warn when such navigation requests come in, as the anchors need to be updated to return false. pycmd() has been updated to return false to make returning in onclick easier. Also use QUrl.matches() instead of converting the potentially long URL to a string. |
||
---|---|---|
anki | ||
aqt | ||
designer | ||
tests | ||
tools | ||
web | ||
.gitignore | ||
.travis.yml | ||
anki.1 | ||
anki.desktop | ||
anki.png | ||
anki.xml | ||
anki.xpm | ||
LICENSE | ||
LICENSE.logo | ||
Makefile | ||
pkgkey.asc | ||
README.contributing | ||
README.development | ||
README.md | ||
requirements.txt | ||
runanki |
Anki
This is the development branch of Anki.
For stable builds, please see https://apps.ankiweb.net.
For non-developers who want to try this development code, the easiest way is to use a binary package - please see https://anki.tenderapp.com/discussions/beta-testing
To run from source, please see README.development.