From 924b10b0cd6c09fa7afa58e6f7a068646d1e56af Mon Sep 17 00:00:00 2001 From: Joris Date: Mon, 14 Oct 2024 22:30:47 +0200 Subject: Use nom to parse lines --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'README.md') 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? -- cgit v1.2.3