diff options
author | Joris | 2022-03-20 13:23:52 +0100 |
---|---|---|
committer | Joris | 2022-03-20 13:23:52 +0100 |
commit | 41f3b40682960a24b9f3d8d0002bcbb5222a029f (patch) | |
tree | da0c9abf7bd5d74e859f61e221068cd235029207 | |
parent | 01a1e5e4f45dc80cd430d18492817b733fab5603 (diff) |
Show screenshot in README
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | screenshot.png | bin | 0 -> 9441 bytes |
2 files changed, 7 insertions, 5 deletions
@@ -4,6 +4,10 @@ nix develop --command bin/watch.sh ``` +# Screenshot + +![Screenshot](screenshot.png) + # Space repetition algorithm The SM2 algorithm used by Anki has been implemented for space repetition. See @@ -21,10 +25,8 @@ Cards are created from a plain text `./deck` file: - cat (indication) : chat ``` -# TODO +# Backlog - Fix crashes on zoom / changing vertical size - -## Maybe - -- Phonetics indication +- Show a message when the deck can’t be read +- Get a rough idea of card learning state diff --git a/screenshot.png b/screenshot.png Binary files differnew file mode 100644 index 0000000..c7ec2e5 --- /dev/null +++ b/screenshot.png |