W.r.t data entry I've resorted at times to using a Google spreadsheet with autogenerated row UUIDs (it's useful for content to have a persistent ID in case you have to correct a typo or add new fields). I also often found myself wanting to make different flashcard decks from the same basic information (for Mandarin pinyin sentence --> character recognition, characters --> English translation). If there was a sheets l…
Hashcards: A plain-text spaced repetition system
11–20 of 198 posts
Re: Hashcards: A plain-text spaced repetition system
#12I wish more people knew about GNU recutils instead of inventing new formats
Guilty as charged. First time I hear about it. Thanks. Looks like a natively LLM friendly database format. https://en.wikipedia.org/wiki/Recutils
Re: Hashcards: A plain-text spaced repetition system
#13 # Solar System
## Planets
### Color
- Earth ?:: Blue
- Mars ?:: Red
The best thing about it (for me) is that the header structure (and any parent list items) are added to the cards, e.g.: Path: Solar System > Planets > Color
Front: Earth
Back: Blue
This hierarchy makes it much easier to formulate succinct cards, in my experience.The syntax also means that I can easily add cards from my regular Markdown notes, so regular notes and Anki cards live together.
Re: Hashcards: A plain-text spaced repetition system
#14Re: Hashcards: A plain-text spaced repetition system
#15I wish more people knew about GNU recutils instead of inventing new formats
Re: Hashcards: A plain-text spaced repetition system
#16I wish more people knew about GNU recutils instead of inventing new formats
Not abandoned exactly, I just haven't been working on the project that I wanted it for in gosh has it been that long.
Re: Hashcards: A plain-text spaced repetition system
#17Re: Hashcards: A plain-text spaced repetition system
#18Every product will eventually use markdown as their content store.
Re: Hashcards: A plain-text spaced repetition system
#19The data format of Anki is a bit complicated but at least it's SQLite. I've seen a ton of shared decks and resources on ankiweb, but it's true you can't easily put them on GitHub.