https://git.dkl9.net/memoire/tree/fc790a5876e0e67077d3c736696ec7906137ba52 Recent commits to memoire (fc790a5876e0e67077d3c736696ec7906137ba52) 2022-12-31T23:59:41-05:00 tag:gitlist.org,2012:commit/fc790a5876e0e67077d3c736696ec7906137ba52 Fix bug in 5bfb266 2022-12-31T23:59:41-05:00 John Smith <pre>Before this change, if the user input a number of prompts to review greater than the number queued, the indicator would display the number input by the user rather than the true number of prompts to review. &lt;/pre&gt; tag:gitlist.org,2012:commit/5bfb26695d593683dff9a16866ce775418ee3ff9 Show progress within review sessions 2022-12-27T14:16:26-05:00 John Smith <pre>If the ShowProgress option is present in the config file, Memoire will display an indicator of the form "(prompt number/session size)" thruout a review session. &lt;/pre&gt; tag:gitlist.org,2012:commit/9bd8b322d69e0b94578203849294c06bb93190a7 More clearly document actions 2022-12-25T13:24:31-05:00 John Smith <pre>The help option now includes, in the description of each action for which this applies, a note about what extra input Memoire expects in order to run the action. &lt;/pre&gt; tag:gitlist.org,2012:commit/4cffa24204f44870ff0687bbe913e03bfb37ac18 Enable user to quit during review session 2022-12-25T13:18:14-05:00 John Smith <pre>Adding a "q" to the end of the ease-response at any prompt in a review session makes Memoire quit the review session, overriding the number specified at the start while quitting gracefully. The user no longer needs to know in advance exactly how many prompts they will be able to review in a session. &lt;/pre&gt; tag:gitlist.org,2012:commit/775a46cc069b7b37cf82e3cd19be04efc82b46a9 Improve statistics presentation 2022-11-20T22:54:29-05:00 John Smith <pre>* reorganise code * fix bug encountered for small datasets * allow user to filter for cards containing a given query * show upcoming review quantities &lt;/pre&gt; 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;