This is a fork made for personal use, use at your own risk!
This add-on connects Anki to your Beeminder graphs. Currently it supports syncing your time spent reviewing, number of cards reviewed and/or number of cards/notes added, with more metrics planned. Discussion of features and bugs takes place over on this thread on the Beeminder forum. The published version of this add-on can be found over on AnkiWeb
- Install the add-on (either build or use the latest release on GitHub)
- Open add-on menu of Anki and configure the add-on
- You're good to go!
Although this version isn't available on AnkiWeb, you can use this add-on.
- Run
pyuic5 resources/layout/config.ui > beetime/config_layout.py
- Run
cd beetime && zip -r ../beetime.ankiaddon * && cd ../
- Add the add-on using Anki menus.
Thanks!
Just two suggestions regarding commits: use a verb in the active tense and add a context cue to the front of the commit message.
Edit the .ui file in Qt Creator and build it using pyuic4
. make ui
should take care of that.
- manifest.json seems to be only documented here.