Your learning performance at a glance
Adds a heatmap graph to Anki's main window which visualizes past and future card review activity, similar to the contribution view on GitHub. Information on the current streak is displayed alongside the heatmap. Clicking on an item shows the cards reviewed on that day.
General Overview | Customization |
---|---|
(Make sure to enable closed-captions for comments on the demonstrated features)
The easiest way to install Review Heatmap is through AnkiWeb.
Please click on the entry corresponding to your Anki version:
Anki 2.1
- Make sure you have the latest version of Anki 2.1 installed. Earlier releases (e.g. found in various Linux distros) do not support
.ankiaddon
packages. - Download the latest
.ankiaddon
package from the releases tab (you might need to click on Assets below the description to reveal the download links) - From Anki's main window, head to Tools → Add-ons
- Drag-and-drop the
.ankiaddon
package onto the add-ons list - Restart Anki
Video summary:
Anki 2.0
- Go to Tools → Add-ons → Open add-ons folder
- Find and delete the
Review Heatmap.py
file if it already exists. - See if you can find a
review_heatmap
folder. If so:- If the folder contains a
meta.json
file, copy the file to a safe location. This will allow you to preserve your current settings. - Proceed to delete the
review_heatmap
folder
- If the folder contains a
- Download and extract the latest Anki 2.0 add-on release from the releases tab (you might need to click on Assets below the description to reveal the download links)
- Move the extracted
Review Heatmap.py
andreview_heatmap
into the add-ons folder - Optional: Place the
meta.json
file back into the directory if you created a copy beforehand. - Restart Anki
The use of the add-on is documented in the Wiki section and a series of video tutorials on YouTube. More information may also be found in the AnkiWeb description.
With Anki add-on builder installed:
git clone https://github.com/glutanimate/review-heatmap.git
cd review-heatmap
aab build
For more information on the build process please refer to aab
's documentation.
Contributions are welcome! Please review the contribution guidelines on how to:
- Report issues
- File pull requests
- Support the project as a non-developer
Review Heatmap is Copyright © 2016-2019 Aristotelis P. (Glutanimate)
Inspired by GitHub's contribution calendar and Forecast graph on Overview page by Steve AW.
Ships with the following javascript libraries:
- d3.js (v3.5.17), (c) Mike Bostock, BSD license
- cal-heatmap (v3.6.2), (c) Wan Qi Chen, MIT license
Review Heatmap is free and open-source software. The add-on code that runs within Anki is released under the GNU AGPLv3 license, extended by a number of additional terms. For more information please see the LICENSE file that accompanied this program.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY.