https://git.dkl9.net/memoire/tree/919259f18c4fb84a2d74de0fea754183520ea757 Recent commits to memoire (919259f18c4fb84a2d74de0fea754183520ea757) 2024-01-16T10:39:47-05:00 tag:gitlist.org,2012:commit/919259f18c4fb84a2d74de0fea754183520ea757 Revise documentation.md 2024-01-16T10:39:47-05:00 dkl9 contact@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) &lt;/pre&gt; tag:gitlist.org,2012:commit/e875469813f8ae5b1fa5d752b5bf33a5f6a884a8 Add frames.sh 2024-01-16T09:47:18-05:00 dkl9 contact@dkl9.net <pre>frames.sh is a wrapper around mpv to help pick out frames as images. &lt;/pre&gt; tag:gitlist.org,2012:commit/63ff6f9e741b61b2f6c906fa017dcbf7f6231c76 Add "cys" card type 2024-01-14T10:48:34-05:00 dkl9 contact@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`. &lt;/pre&gt; tag:gitlist.org,2012:commit/512f1b313ae08f3c5b7d06df8478098ade2553d4 Update copyright years 2024-01-02T11:29:14-05:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/8f2be0dc3230fbdd009f68d8c72b830a2132ef16 Remove debug output in src/prompt.lua 2024-01-02T11:22:27-05:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/be34a7d6c5622a8b72a2996a597a0ea381b1a962 Add "Overview" section to documentation.md 2024-01-02T11:14:27-05:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/cda32a8b3e718c740cd0ad491f7525d470e279cd Explain `pwc` cards in documentation.md 2024-01-02T11:04:49-05:00 dkl9 contact@dkl9.net <pre>&lt;/pre&gt; tag:gitlist.org,2012:commit/ae90e2a5f04e81f333101445596c5a4ee94f1f53 Add "pwc" card type 2024-01-02T10:37:53-05:00 dkl9 contact@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`. &lt;/pre&gt; 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;