# Getting started ```bash nix develop --command bin/dev-server.sh ``` # Screenshot ![Screenshot](screenshot.png) # Space repetition algorithm The SM2 algorithm used by Anki has been implemented for space repetition. See [src/space_repetition.rs](src/space_repetition.rs). # Deck Cards are created from a plain text `./deck` file: ``` # This is a comment good moorning : bonjour hi : salut # Another comment alternative 1 | alternative 2 : choix 1 | choix 2 cat (indication) : chat [ʃa] ``` # Backlog - migrate to FSRS https://github.com/open-spaced-repetition/rs-fsrs - Fix crashes on zoom / changing vertical size - Get a rough idea of card learning state: - number of cards - amount of cards coming in in the following days - show presentation page?