https://git.dkl9.net/memoire/tree/258d703032977dffb5dbc55ece0198416b09cbdd Recent commits to memoire (258d703032977dffb5dbc55ece0198416b09cbdd) 2022-11-08T21:12:09-05:00 tag:gitlist.org,2012:commit/258d703032977dffb5dbc55ece0198416b09cbdd Improve bolding/display in reviews 2022-11-08T21:12:09-05:00 John Smith <pre>Fixed the procedure to bold the context prefix on a prompt to handle the previously-unencountered case in which the prompt has no such prefix, and replaced the duplicate prompt display (first to challenge the user, then to reveal the answer) with a single display, overwritten to include the answer when appropriate. &lt;/pre&gt; tag:gitlist.org,2012:commit/5e250857b83eabe30bbd6125f61e32929111c26d Remove many-failures condition from leech detection 2022-11-08T00:14:14-05:00 John Smith <pre>The leech-detection procedure filtered prompts to only include those with low ease and many lapses. It now includes those with fewer lapses; low ease on its own accurately measures difficulty and inefficiency. A card for which the user repeatedly selects Hard will both have a low ease and reasonably qualify as a leech. &lt;/pre&gt; tag:gitlist.org,2012:commit/c9e56b45d59bd49736bfe0a5a0cb0853d7dca33d Implement statistics display 2022-11-03T22:44:44-04:00 John Smith <pre>The "s" option on main.lua leads it to display statistics about the user's deck: totals, averages, and percentile values. &lt;/pre&gt; tag:gitlist.org,2012:commit/92858fe0b6ece2e82613005d6d875d0e8eceb9c5 Remove "Reading prompts ..." message when not reading from terminal 2022-10-30T21:21:48-04:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/32d4dfd72cb246a6f8878a194748b4c4af29e493 Separate card-correction from review interface 2022-10-30T14:17:10-04:00 John Smith <pre>Marking a card for correction during review will make it be listed at the end of the session, without permitting edits. Use the "c" option (with a prompt index, as with "t") to open the card's text in the $EDITOR and correct it. &lt;/pre&gt; tag:gitlist.org,2012:commit/d8357ab5c506532cda8166ddcb5572dcc0452009 Make files that shouldn't be executed non-executable 2022-10-30T13:23:56-04:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/a1aa848dfbce9f63860d3d243991c4edc2cffc08 Correctly pluralise "lapses" in output, for real this time 2022-10-30T00:45:41-04:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/bb322bbb74d5802bf654ec2ac325050beef315b1 Correctly pluralise "lapses" in output 2022-10-30T00:43:39-04:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/b25af66250e03db38474839ff316d3a4f46f7272 Replace "--" in output messages with ";" 2022-10-30T00:39:36-04:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/aaef7445319b81992144233764a4c444f4e3dc03 Radically refactor main interface 2022-10-30T00:35:58-04:00 John Smith <pre>main.lua now only contains a framework to select and execute an action; all actions are implemented in actions.lua. &lt;/pre&gt;