aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoris2024-10-14 22:30:47 +0200
committerJoris2024-10-14 22:30:47 +0200
commit924b10b0cd6c09fa7afa58e6f7a068646d1e56af (patch)
tree3f20b5db131e54ceb73f6e2b932525e9fe6f2c63 /README.md
parenta126fba82cb4f9f4467b130fca7fd5a269fe3a5e (diff)
Use nom to parse linesmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index 6941979..310c5de 100644
--- a/README.md
+++ b/README.md
@@ -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?