diff options
author | Joris | 2024-10-14 22:30:47 +0200 |
---|---|---|
committer | Joris | 2024-10-14 22:30:47 +0200 |
commit | 924b10b0cd6c09fa7afa58e6f7a068646d1e56af (patch) | |
tree | 3f20b5db131e54ceb73f6e2b932525e9fe6f2c63 /README.md | |
parent | a126fba82cb4f9f4467b130fca7fd5a269fe3a5e (diff) |
Use nom to parse linesmain
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -20,13 +20,17 @@ Cards are created from a plain text `./deck` file: ``` # This is a comment -- good moorning : bonjour -- alternative 1 | alternative 2 : choix 1 | choix 2 -- cat (indication) : chat [ʃa] +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 -- Show a message when the deck can’t be read -- Get a rough idea of card learning state +- Get a rough idea of card learning state: + - number of cards + - amount of cards coming in in the following days + - show presentation page? |