https://git.dkl9.net/memoire/tree/abb48df73e8cb9a2c7afd0097db671c3e051150f Recent commits to memoire (abb48df73e8cb9a2c7afd0097db671c3e051150f) 2022-01-31T21:52:21-05:00 tag:gitlist.org,2012:commit/abb48df73e8cb9a2c7afd0097db671c3e051150f Load images relative to repository independent of working directory 2022-01-31T21:52:21-05:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/4a6df8f59c64d1afb11f0995e46fe7111f51b1d0 Display human-friendly scheduled delays 2022-01-30T22:43:58-05:00 John Smith <pre>The possible delays to be scheduled with each evaluation response, initially displayed as numbers of seconds (in f6a2100), are now displayed in a more human-friendly way, with a small value and a unit suffix -- one of * h for hours * d for days * m for months * y for years, or, for very short times, a time in mm:ss format. &lt;/pre&gt; tag:gitlist.org,2012:commit/f6a21005086b63cf0319658b3150f424e7aa4549 Display scheduled times with review options 2022-01-29T22:43:26-05:00 John Smith <pre>When prompted for evaluation when reviewing, Memoire now displays the delays that would be scheduled for each option. These delays are, inconveniently, displayed in seconds for now, and will not match actual scheduling (due to random offsets from d8a3532). Yak-shaving: `review.lua` API now allows one to access scheduled times (with `review.schedule()`) without updating cards, though these times will not match actual scheduling (for reason mentioned above). &lt;/pre&gt; tag:gitlist.org,2012:commit/2db2a71d2636e60b05131028266e76fdf4e7db6e Add shebang to `main.lua` to facilitate execution 2022-01-26T22:26:53-05:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/e090e0979dc74cdd20f1867e38af5093f4aa2033 Load modules correctly independent of working directory 2022-01-24T11:08:22-05:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/bced42dfc95c6ac8d086b3297b3e7ba60ac9a0d4 Replace showimg with imgcat for image display 2022-01-24T08:05:32-05:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/15d4380be20f549ad0ca232e8f66fb972699be05 Change image inclusion syntax 2022-01-17T21:44:08-05:00 John Smith <pre>Image inclusion syntax was `IMG:path` but is now `IMG[path]`, allowing for spaces in `path`. &lt;/pre&gt; tag:gitlist.org,2012:commit/cc0d0f21ae4f84740a802513c321e032ce74ba5d Fix Mintty-related bug in displaying images in prompts 2022-01-17T21:38:53-05:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/d8a3532fd83beaaef0dc3ee3340d20cee550b7d4 Randomly offset review delays 2022-01-15T23:53:32-05:00 John 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. &lt;/pre&gt; tag:gitlist.org,2012:commit/3eaf62bdcc96550cceabc4c46b294795604b028b Display `IMG:path` images in prompts 2022-01-15T23:31:06-05:00 John Smith <pre>Instances of `/IMG:([^ ]+)/` in prompts will now be omitted, and the image at the specified path will be displayed. &lt;/pre&gt;