| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: rewrite README as a slim modernized front-door | Craig Jennings | 2026-05-05 | 1 | -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 README | Craig Jennings | 2026-04-29 | 1 | -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 README | Stig Brautaset | 2019-07-22 | 1 | -1/+2 |
| | | |||||
| * | Merge branch 'patch-3' into 'master' | Phillip Lord | 2019-07-21 | 1 | -8/+4 |
| |\ | | | | | | | | | | | Update README's installation instructions See merge request phillord/org-drill!5 | ||||
| | * | Update README's installation instructions | Stig Brautaset | 2019-07-20 | 1 | -8/+4 |
| | | | |||||
| * | | Fix typo in function name in README | Stig Brautaset | 2019-07-20 | 1 | -1/+1 |
| |/ | |||||
| * | Document explainer | Phillip Lord | 2019-06-29 | 1 | -0/+73 |
| | | |||||
| * | Extend README | Phillip Lord | 2019-06-23 | 1 | -1/+3 |
| | | |||||
| * | Update README | Phillip Lord | 2019-06-21 | 1 | -0/+4 |
| | | |||||
| * | Explain status of forkfork | Phillip Lord | 2019-06-02 | 1 | -7/+24 |
| | | |||||
| * | - Ignore cloze markings if they occur inside Org source blocks2.4.3 | Paul Sexton | 2014-11-09 | 1 | -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. | |||||
