https://git.dkl9.net/memoire/tree/49c6702072aa96215c39d68d36ab1e1d2c5864b7Recent commits to memoire (49c6702072aa96215c39d68d36ab1e1d2c5864b7)2023-07-19T10:11:58-04:00tag:gitlist.org,2012:commit/49c6702072aa96215c39d68d36ab1e1d2c5864b7Auto-detect `seq` cards in addcards.lua2023-07-19T10:11:58-04:00dkl9contact@dkl9.net
<pre>Improves upon 44e11a9. Also updated documentation.md accordingly.
</pre>
tag:gitlist.org,2012:commit/6bb1d1831fa6ddd12e8f22507d02d1c4f325d623Significantly improve documentation2023-07-19T10:06:56-04:00dkl9contact@dkl9.net
<pre>- part about images
- add important steps to setup
- option to quit in review
</pre>
tag:gitlist.org,2012:commit/020b8970f417c789625f37e86441b19e3f46185bImprove leech-ranking formula2023-07-18T10:09:26-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/aac0e5db00b685d3ac093337d591023153e7419dWrite documentation.md2023-07-05T08:19:52-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/5fdddcdcf38f9638393fac34cead5df9f24bcb5cRemove `example.rec`2023-07-05T07:21:38-04:00dkl9contact@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.
</pre>
tag:gitlist.org,2012:commit/4962ab3aba3644b0c8a49f28c6481c7136f1a63aAdd highlight function to occlude.sh2023-07-05T07:17:49-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/215be5cbcff31f12dab6b0797008425443660099Add LICENSE (GNU AGPL)2023-07-05T07:02:40-04:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/44e11a9be653c920f6b7afd548024c6bcd2fe700Add "seq" card type2023-06-29T17:42:36-04:00John 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.
</pre>
tag:gitlist.org,2012:commit/3b46e0b1091f255c7424e7a96e127db8d5957c7fOptimise recrw.write2023-06-28T12:30:42-04:00John 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.
</pre>
tag:gitlist.org,2012:commit/0d0e5dd2dc73c4eea38de7a9637db753c903a8bdFix bug in b39812d2023-06-27T12:53:53-04:00John Smith
<pre></pre>