https://git.dkl9.net/memoire/tree/76690c16f710c4dc079ecf5626e9e89effeeb9ea Recent commits to memoire (76690c16f710c4dc079ecf5626e9e89effeeb9ea) 2023-12-03T12:48:47-05:00 tag:gitlist.org,2012:commit/76690c16f710c4dc079ecf5626e9e89effeeb9ea Fix prompt-counting bug in src/addcards.lua 2023-12-03T12:48:47-05:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/49c6702072aa96215c39d68d36ab1e1d2c5864b7 Auto-detect `seq` cards in addcards.lua 2023-07-19T10:11:58-04:00 dkl9 contact@dkl9.net <pre>Improves upon 44e11a9. Also updated documentation.md accordingly. &lt;/pre&gt; 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;