https://git.dkl9.net/memoire/tree/2db2a71d2636e60b05131028266e76fdf4e7db6eRecent commits to memoire (2db2a71d2636e60b05131028266e76fdf4e7db6e)2022-01-26T22:26:53-05:00tag:gitlist.org,2012:commit/2db2a71d2636e60b05131028266e76fdf4e7db6eAdd shebang to `main.lua` to facilitate execution2022-01-26T22:26:53-05:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/e090e0979dc74cdd20f1867e38af5093f4aa2033Load modules correctly independent of working directory2022-01-24T11:08:22-05:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/bced42dfc95c6ac8d086b3297b3e7ba60ac9a0d4Replace showimg with imgcat for image display2022-01-24T08:05:32-05:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/15d4380be20f549ad0ca232e8f66fb972699be05Change image inclusion syntax2022-01-17T21:44:08-05:00John Smith
<pre>Image inclusion syntax was `IMG:path` but is now `IMG[path]`,
allowing for spaces in `path`.
</pre>
tag:gitlist.org,2012:commit/cc0d0f21ae4f84740a802513c321e032ce74ba5dFix Mintty-related bug in displaying images in prompts2022-01-17T21:38:53-05:00John Smith
<pre></pre>
tag:gitlist.org,2012:commit/d8a3532fd83beaaef0dc3ee3340d20cee550b7d4Randomly offset review delays2022-01-15T23:53:32-05:00John Smith
<pre>Review delays will now be offset by a random amount, limited to 10%
of the originally calculated delay (in either direction).
This avoids the issue of prompts added on the same day repeatedly
appearing for review on the same day.
</pre>
tag:gitlist.org,2012:commit/3eaf62bdcc96550cceabc4c46b294795604b028bDisplay `IMG:path` images in prompts2022-01-15T23:31:06-05:00John Smith
<pre>Instances of `/IMG:([^ ]+)/` in prompts will now be omitted,
and the image at the specified path will be displayed.
</pre>
tag:gitlist.org,2012:commit/91cfafef8b1b07f862d224e88fc29afb752f5065Space out scheduling for new cards2022-01-09T21:49:17-05:00John Smith
<pre>A tiny change to the interval-calculation formula makes new (or lapsed)
prompts (i.e. those less than a day old) have intervals that
significantly vary based on the response during initial study.
Instead of getting consistently scheduled for the next day or so,
prompts now get scheduled for review up to three days
after such a review (when the user selects Easy).
</pre>
tag:gitlist.org,2012:commit/e27a337ec55ce1b5275c9bac6e45e2bbb6b82c8eImplement correction interface2022-01-03T22:12:41-05:00John Smith
<pre>When the user responds to a prompt with "correction",
the card from which it originated gets added to an edit queue.
At the end of the session, Memoire asks the user
what to do with each such card:
* delete: the card gets deleted
* edit: the card PromptText gets replaced with user input
* cancel: move on; nothing happens to the card
</pre>
tag:gitlist.org,2012:commit/29a3ed56c300d43e762e36936a0f8af205bb0c2dFix issues with d4395702022-01-02T21:28:11-05:00John Smith
<pre>* "again" actually gets the cards rescheduled as failures
(it didn't before)
* prompt text options put in correct order
</pre>