https://git.dkl9.net/memoire/tree/6bb1d1831fa6ddd12e8f22507d02d1c4f325d623 Recent commits to memoire (6bb1d1831fa6ddd12e8f22507d02d1c4f325d623) 2023-07-19T10:06:56-04:00 tag:gitlist.org,2012:commit/6bb1d1831fa6ddd12e8f22507d02d1c4f325d623 Significantly improve documentation 2023-07-19T10:06:56-04:00 dkl9 contact@dkl9.net <pre>- part about images - add important steps to setup - option to quit in review &lt;/pre&gt; tag:gitlist.org,2012:commit/020b8970f417c789625f37e86441b19e3f46185b Improve leech-ranking formula 2023-07-18T10:09:26-04:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/aac0e5db00b685d3ac093337d591023153e7419d Write documentation.md 2023-07-05T08:19:52-04:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/5fdddcdcf38f9638393fac34cead5df9f24bcb5c Remove `example.rec` 2023-07-05T07:21:38-04:00 dkl9 contact@dkl9.net <pre>Its format is very outdated (relative to what Memoire uses now) and it's not so important anymore to have a Recfile example. &lt;/pre&gt; tag:gitlist.org,2012:commit/4962ab3aba3644b0c8a49f28c6481c7136f1a63a Add highlight function to occlude.sh 2023-07-05T07:17:49-04:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/215be5cbcff31f12dab6b0797008425443660099 Add LICENSE (GNU AGPL) 2023-07-05T07:02:40-04:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/44e11a9be653c920f6b7afd548024c6bcd2fe700 Add "seq" card type 2023-06-29T17:42:36-04:00 John Smith <pre>The `CardType` field of a card can now have value "seq" (rather than just "bmc" as in b39812d), indicating that each double-semicolon (`;;`) in the `BaseNote` indicates a point at which to split the text, which is to be memorised in sequential steps. The text before the first `;;` is presented in any case as a prompt. The "a" option (addcards.lua) still produces `bmc` cards. Making a `seq` card requires a lot of manual effort for now. &lt;/pre&gt; tag:gitlist.org,2012:commit/3b46e0b1091f255c7424e7a96e127db8d5957c7f Optimise recrw.write 2023-06-28T12:30:42-04:00 John Smith <pre>By replacing a frequently-executed line's string.format with direct string concatenation, this makes recrw.write faster -- about 30% less execution time, in my tests. &lt;/pre&gt; tag:gitlist.org,2012:commit/0d0e5dd2dc73c4eea38de7a9637db753c903a8bd Fix bug in b39812d 2023-06-27T12:53:53-04:00 John Smith <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/10b7415f351417d5458a6f295e3d9c3ec9bf2695 Remove braces in Prompt:text() for bmc 2023-06-27T12:43:56-04:00 John Smith <pre>&lt;/pre&gt;