hashcards icon indicating copy to clipboard operation
hashcards copied to clipboard

A plain text-based spaced repetition system.

Results 14 hashcards issues
Sort by recently updated
recently updated
newest added

Language learning decks will often be ordered to teach the most frequent words first. From running this, it appears to order randomly on first run. I would prefer it goes...

I have an Anki plugin that lets me modify all due dates to pretend that only 1 day has passed since I last reviewed. I recognize that this goes against...

This PR adds labels below the buttons to show their respective shortcuts. Screenshot:

Getting following error any ideas? Thanks ``` C:\Users\Administrator\code\hashcards>cargo build --release Compiling hashcards v0.2.1 (C:\Users\Administrator\code\hashcards) error: couldn't read `src\cmd\drill\../../../vendor/katex/katex.min.css`: The system cannot find the path specified. (os error 3) --> src\cmd\drill\katex.rs:28:17...

Super cool project. Just putting this out there, would be very interested to see this grow into a self-hosted web app / PWA. I'm envisioning keeping my hashcard decks synced...

It would be useful to preview how cards render without opening a drill session.

While desktop & markdown is great for creating cards, I often tend to review them on mobile, since it allows you to use waiting times more productively. I realize proper...

Add a command to let it create a new flashcard markdown note or append it into an existent one.

Love the markdown approach and essential implementation. Would you consider having a terminal only version? Responses would be entered using keyboard consecutive touches to have fast throughput. Thanks!