https://git.dkl9.net/memoire/tree/46d6b10f228b32b38605fb2dc3e505c91df418a3Recent commits to memoire (46d6b10f228b32b38605fb2dc3e505c91df418a3)2022-10-29T23:36:38-04:00tag:gitlist.org,2012:commit/46d6b10f228b32b38605fb2dc3e505c91df418a3Improve further upon 4f5d8fd2022-10-29T23:36:38-04:00John Smith
<pre>* fix bug in suspension feature
* document suspension feature more accurately as a toggle
* indicate, when toggling, which prompt is being changed
</pre>
tag:gitlist.org,2012:commit/435aac8fa1294b3a6caa3a5db9bae3b71a52dd73Fix bug in 4f5d8fd2022-10-29T23:28:16-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/4f5d8fd270ead135aa91336988758a75d677b005Facilitate easy card suspension2022-10-29T23:19:28-04:00John Smith
<pre>The leech-search feature added in 2daca72 now outputs prompt indices
of the form card:prompt, which can be used as arguments to a suspension
procedure (run with "t" option).
</pre>
tag:gitlist.org,2012:commit/d84fdb2307addf3eb2255a5cf005052d5644c978Fix bug in image display2022-10-23T18:00:28-04:00John Smith
<pre>Previously, cards containing multiple images would display all images
after the first twice each. A restructuring of the
prompt display algorithm fixes this, but may introduce new bugs --
further testing is needed.
</pre>
tag:gitlist.org,2012:commit/9cb4e4cd4004a5d4c326ebcd4d2f65604acfebefWrite occlude.sh to help with card creation2022-10-23T17:09:45-04:00John Smith
<pre>occlude.sh, given an image, generates a set of images
with rectangular regions occluded, which assists the user
to create image-memorisation cards.
</pre>
tag:gitlist.org,2012:commit/a504a3f531b69e12976bbfdf8869236995328346Improve biased shuffle of 27d1c322022-10-23T15:08:15-04:00John Smith
<pre>The review shuffle algorithm is now biased in favour of
more probable swaps towards the end of the review queue,
such that prompts desperately overdue will be almost certainly
reviewed soon, but lower-priority prompts can be
shuffled around extensively.
</pre>
tag:gitlist.org,2012:commit/9bbf9c2864b3269ad054773e01202cf7b747ef24Improve leech-detection criteria2022-10-18T21:33:58-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/27d1c32edb12b30f564a2aad9a1f67791b36c7a6Control and bias review order2022-10-03T22:46:50-04:00John Smith
<pre>The list of prompts for review is now sorted to include
the most overdue prompts at the start, then gently shuffled,
so as to leave everything near, but not necessarily at,
its original location.
</pre>
tag:gitlist.org,2012:commit/a7ee8bfbcb2f1471f12084314cc822fb2da891b9Display number of lapses at end of review2022-09-06T22:15:35-04:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/b6c0572b3fb06a9e94a5ffb05e2024009d85c170Add BoldContext option2022-09-04T21:46:30-04:00John Smith
<pre>If the BoldContext option is set in the user's configuration
(which can be done by just having it present at all,
no specific value needed), when reviewing a prompt, the context phrase
(anything before the first colon) will be displayed in bold.
</pre>