1
0
Fork 0
Fork of the org-fc repo
Go to file
2023-05-14 13:41:04 +02:00
awk Allow awk to parse arbitrary review data tables 2020-11-12 09:34:30 +01:00
docs Make audio play command interactive 2022-09-27 20:31:27 +02:00
tests Fix tests 2023-05-14 13:22:28 +02:00
.build.yml Add build config 2020-09-22 13:14:28 +02:00
.gitignore Ignore .elc files 2020-11-12 09:34:51 +01:00
Changelog.org Add changelog entry 2021-03-07 18:08:16 +01:00
demo.org Mention using hints in cloze cards for demo.org 2021-11-30 08:48:15 +07:00
LICENSE Add GPL Licence 2020-01-23 15:32:55 +01:00
makem.sh Add makem.sh script 2020-09-22 12:29:16 +02:00
org-fc-algo-sm2.el nit: Avoid magic numbers 2022-09-15 12:44:58 -07:00
org-fc-audio.el Make audio play command interactive 2022-09-27 20:31:27 +02:00
org-fc-awk.el Change indexing functions to group cards by files 2022-11-30 12:45:24 +01:00
org-fc-cache.el Change indexing functions to group cards by files 2022-11-30 12:45:24 +01:00
org-fc-compat.el Update version & copyright date 2021-03-07 13:19:02 +01:00
org-fc-core.el Remove suspended cards from review session 2023-05-14 13:41:04 +02:00
org-fc-dashboard.el feat: Show total positions in dashboard 2022-09-18 07:00:08 -07:00
org-fc-diff.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc-hydra.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc-keymap-hint.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc-review.el Remove suspended cards from review session 2023-05-14 13:41:04 +02:00
org-fc-type-cloze.el feat: Make hint prefix ("...") customizable 2022-09-16 10:10:33 -07:00
org-fc-type-double.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc-type-normal.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc-type-text-input.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc-type-vocab.el Extract core functions 2021-03-07 15:53:14 +01:00
org-fc.el Fix remaining compiler warnings 2021-03-07 16:20:11 +01:00
README.md Add build status badge 2020-09-22 13:16:33 +02:00

Org Flashcards

builds.sr.ht status

Org-fc is a spaced-repetition system for Emacs' org-mode.

It allows you to mark headlines in a file as "flashcards", turning pieces of knowledge you want to learn into a question-answer test.

These cards are reviewed at regular interval. After each review, the next review interval is calculated based on how well you remembered the contents of the card.