aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: rewrite README as a slim modernized front-doorCraig Jennings2026-05-051-1049/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced the 1049-line README.md (which inlined the entire user manual) with a ~227-line README.org that's the standard 'GitHub front page' for an Emacs package. The deep manual lives where it already does — in org-drill.org, which is also a runnable demo deck. Sections, in order: - Title + nav links - Five badges: made-for-emacs, MELPA, MELPA Stable, GitHub Actions CI, Coveralls. CI and coverage badges are aspirational until the GitHub Actions TODO lands; their URLs are correct so they auto-populate when CI is set up. - Maintenance status: explains the fork, lists recently-fixed upstream issues, points at the GitHub mirror and Issues. - Features: bullet list of capabilities - Installation: MELPA, package-vc-install, use-package :vc, Straight, manual. Drops the stale 'tick drill in org-modules' + Org contrib references. - Quick Start: 60-second flow from install to first drill - In-Session Keys: cheat sheet table for both the question and rating phases (closes the existing #A TODO for the cheat sheet) - Configuration: most-used defcustoms with comments - Development: make-target table - History: contrib → phillord → cjennings handoff story - License pointer Closes three #A TODOs: README modernization, stale install instructions, in-session keybinding cheat sheet. Added assets/made-for-emacs-badge.svg (copied from emacs-wttrin).
* docs: clarify fork status in READMECraig Jennings2026-04-291-0/+6
| | | | Add a top note that flags this as a maintained fork with applied upstream patches, and a bottom note clarifying that the existing Author and History sections describe the original project. Helps anyone who lands on the GitHub mirror without context.
* Add blank line between authors in READMEStig Brautaset2019-07-221-1/+2
|
* Merge branch 'patch-3' into 'master'Phillip Lord2019-07-211-8/+4
|\ | | | | | | | | | | Update README's installation instructions See merge request phillord/org-drill!5
| * Update README's installation instructionsStig Brautaset2019-07-201-8/+4
| |
* | Fix typo in function name in READMEStig Brautaset2019-07-201-1/+1
|/
* Document explainerPhillip Lord2019-06-291-0/+73
|
* Extend READMEPhillip Lord2019-06-231-1/+3
|
* Update READMEPhillip Lord2019-06-211-0/+4
|
* Explain status of forkforkPhillip Lord2019-06-021-7/+24
|
* - Ignore cloze markings if they occur inside Org source blocks2.4.3Paul Sexton2014-11-091-0/+950
(#+BEGIN_SRC ... #+END_SRC). - Handle the old version of org-toggle-latex-fragment (org-preview-latex-fragment) as Org 8.2.10 still uses the old name. - Fix prioritisation of 'lapsed' items when choosing drill order. - Try to guess the age of items that lack the DATE_ADDED property. - Converted org-drill.org into Markdown, to serve as a README.