/ankibee

Beeminder Anki add-on

Primary LanguagePython

beetime

This is a fork made for personal use, use at your own risk!

Description

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

Usage

  1. Install the add-on (either build or use the latest release on GitHub)
  2. Open add-on menu of Anki and configure the add-on
  3. You're good to go!

Building

Although this version isn't available on AnkiWeb, you can use this add-on.

  1. Run pyuic5 resources/layout/config.ui > beetime/config_layout.py
  2. Run cd beetime && zip -r ../beetime.ankiaddon * && cd ../
  3. Add the add-on using Anki menus.

Contributing

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.

Notes

Edit the .ui file in Qt Creator and build it using pyuic4. make ui should take care of that.