https://git.dkl9.net/memoire/tree/919259f18c4fb84a2d74de0fea754183520ea757Recent commits to memoire (919259f18c4fb84a2d74de0fea754183520ea757)2024-01-16T10:39:47-05:00tag:gitlist.org,2012:commit/919259f18c4fb84a2d74de0fea754183520ea757Revise documentation.md2024-01-16T10:39:47-05:00dkl9contact@dkl9.net
<pre>- fix mistake in "Overview" section
- many little edits for concision and sanity
- explain `cys` cards
- add "Helper scripts" section (cf 9cb4e4c, 4962ab3, e875469)
</pre>
tag:gitlist.org,2012:commit/e875469813f8ae5b1fa5d752b5bf33a5f6a884a8Add frames.sh2024-01-16T09:47:18-05:00dkl9contact@dkl9.net
<pre>frames.sh is a wrapper around mpv to help pick out frames as images.
</pre>
tag:gitlist.org,2012:commit/63ff6f9e741b61b2f6c906fa017dcbf7f6231c76Add "cys" card type2024-01-14T10:48:34-05:00dkl9contact@dkl9.net
<pre>Like 44e11a9 or ae90e2a, here's a new `CardType`: each segment
(separated by double-semicolon, `;;`) should be used as a prompt
from which to recall the following segment, looping to the beginning
as needed. Text before the first `;;` is included in each prompt.
The "a" option (addcards.lua) accepts `cys` cards, favoured
over `seq` but below `bmc`.
</pre>
tag:gitlist.org,2012:commit/512f1b313ae08f3c5b7d06df8478098ade2553d4Update copyright years2024-01-02T11:29:14-05:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/8f2be0dc3230fbdd009f68d8c72b830a2132ef16Remove debug output in src/prompt.lua2024-01-02T11:22:27-05:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/be34a7d6c5622a8b72a2996a597a0ea381b1a962Add "Overview" section to documentation.md2024-01-02T11:14:27-05:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/cda32a8b3e718c740cd0ad491f7525d470e279cdExplain `pwc` cards in documentation.md2024-01-02T11:04:49-05:00dkl9contact@dkl9.net
<pre></pre>
tag:gitlist.org,2012:commit/ae90e2a5f04e81f333101445596c5a4ee94f1f53Add "pwc" card type2024-01-02T10:37:53-05:00dkl9contact@dkl9.net
<pre>The `CardType` field of a card can now have value "pwc" (rather than
just "bmc" or "seq" as in 44e11a9), indicating that each segment
(separated by double-semicolon, `;;`) should be used as a prompt from
which to recall each other segment that contains a braced answer
(`{x}`). The text before the first `;;` is included in each prompt.
The "a" option (addcards.lua) accepts `pwc` cards, and favours them
over `bmc` or `seq`.
</pre>
tag:gitlist.org,2012:commit/76690c16f710c4dc079ecf5626e9e89effeeb9eaFix prompt-counting bug in src/addcards.lua2023-12-03T12:48:47-05:00dkl9contact@dkl9.net
<pre></pre>
tag: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>