8000 GitHub - bddean/org-study: (not maintained) Contextual spaced repetition extension for Emacs
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bddean/org-study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

Explanation

Study Emacs Org Mode files with spaced repetition.

Most spaced repetition software (SRS), including org-drill.el, drills the user on atomic facts divided into flashcards. The idea behind org-study.el is to embed flashcards directly into notes or study materials as unobtrusively as possible, so that passive and active recall can be part of the same study session, and flashcard creation is a natural part of note-taking.

Right now, only simple fill-in-the-blank questions with a single answer and multiple choice questions are supported.

The spaced repetition algorithm I use is based on the SRS anki.

To use, put this in your init file:

(add-to-list 'load-path "/path/to/org-study")
(require 'org-study)

To do list

BUG: [*does/doesn’t]

study stamp at a numbered list should hide the rest of the list

better cards types

Rewrite the system for defining cards types to be more general and easy to understand

depend on org-learn.el

There is already a spaced-repetition extension for org-mode, and I should borrow the algorithm from that instead of recreating it

store flashcard data better

Flashcard scheduling data is stored inline like this:

STUDY{[2015-07-22 Wed],130,130 }

Although font-lock can collapse it into one character this is not ideal

Look at org-archive for undoable operations involving other files

And it looks like the current scheduling algorithm isn’t quite right 5883

integrate with org-agenda

hints

work with org-toggle-time-stamp-overlays

About

(not maintained) Contextual spaced repetition extension for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0