Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (34 loc) · 1.89 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.89 KB

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:

  • typing answer in input field
  • typing missing words right inside a text
  • selecting words or answers from list of options
  • placing words in proper order.

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:

  • src -- all the source files for templates
  • models_def.py -- configuration of models
  • notes_def.py -- configuration of notes in demo deck
  • build.py -- script to compile all the stuff into apkg file, and put all the addon stuff.
  • dist -- directory containing built package