qwiglydee / anki-interactive

[ABANDONED] Interactive Cards for Anki
GNU General Public License v3.0
86 stars 11 forks source link

The project is abandoned

The reasons are that Anki itself is not designed for such kind of content:

  • not supposed to be cross-platform (each variation have it's own peculiariries)
  • interactive stuff not supported (no good support for javascript)
  • custom feedback not supported (no way to keep/show answer)
  • internals are not documented and may break in any version

All those make developing for ani a pain in the arse.

Maybe, some parts of these cards will be released in another project

Interactive Cards for Anki

The cards enable some interactive features to enter and edit answers and receive feedback, similar to what's often found in exercises of many language-learning applications.

The features are:

Also, there is quite a design and user-friendly feedback.

Detailed description is in the wiki Discussion goes here at reddit

Installation

Packaged version is at the dist folder

Development

The templates for models are compiled from a pretty big set of html, css and javascript files. In order to modify them you need to install anki sources, clone this repo and use compiling scripts.

For the scripts to work, PYTHONPATH should contains anki sources as well as all its requirements.

Key points: