mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Anki is a smart spaced repetition flashcard program
Fixes ankitects/help-wanted#18. Height of webview should be the height of the contents inside it. Previously, scale factors increased fixed height of the container webview, thus creating empty space (e.g. at 200% scaling, height of webview was double the height of the inner HTML page). Now height of webview is always the height of the contained element. |
||
|---|---|---|
| .github | ||
| meta | ||
| proto | ||
| pylib | ||
| qt | ||
| rslib | ||
| rspy | ||
| scripts | ||
| ts | ||
| .gitattributes | ||
| .gitignore | ||
| CONTRIBUTORS | ||
| Dockerfile | ||
| LICENSE | ||
| Makefile | ||
| pkgkey.asc | ||
| README.contributing | ||
| README.development | ||
| README.docker | ||
| 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://betas.ankiweb.net/#/
For more information on building, please see README.development.
If you'd like to contribute code, please see README.contributing.