Recent commits to memoire (5cbcba58afc1555f635fc36ccc425ce80d0764b7) https://git.dkl9.net/memoire/tree/5cbcba58afc1555f635fc36ccc425ce80d0764b7 Recent commits feed provided by GitList. Drop excess precision in delays https://git.dkl9.net/memoire/commit/5cbcba58afc1555f635fc36ccc425ce80d0764b7 contact@dkl9.net (dkl9) Mon, 22 Jan 2024 06:43:15 -0500 5cbcba58afc1555f635fc36ccc425ce80d0764b7 Improve handling of images All images displayed for a prompt are now shown in one iv window, navigated between with arrows. https://git.dkl9.net/memoire/commit/d7f9dec0a822ca9a0acc0073f937d318421390bb contact@dkl9.net (dkl9) Sun, 21 Jan 2024 13:22:35 -0500 d7f9dec0a822ca9a0acc0073f937d318421390bb Revise documentation.md - fix mistake in "Overview" section - many little edits for concision and sanity - explain `cys` cards - add "Helper scripts" section (cf 9cb4e4c, 4962ab3, e875469) https://git.dkl9.net/memoire/commit/919259f18c4fb84a2d74de0fea754183520ea757 contact@dkl9.net (dkl9) Tue, 16 Jan 2024 10:39:47 -0500 919259f18c4fb84a2d74de0fea754183520ea757 Add frames.sh frames.sh is a wrapper around mpv to help pick out frames as images. https://git.dkl9.net/memoire/commit/e875469813f8ae5b1fa5d752b5bf33a5f6a884a8 contact@dkl9.net (dkl9) Tue, 16 Jan 2024 09:47:18 -0500 e875469813f8ae5b1fa5d752b5bf33a5f6a884a8 Add "cys" card type 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`. https://git.dkl9.net/memoire/commit/63ff6f9e741b61b2f6c906fa017dcbf7f6231c76 contact@dkl9.net (dkl9) Sun, 14 Jan 2024 10:48:34 -0500 63ff6f9e741b61b2f6c906fa017dcbf7f6231c76 Update copyright years https://git.dkl9.net/memoire/commit/512f1b313ae08f3c5b7d06df8478098ade2553d4 contact@dkl9.net (dkl9) Tue, 02 Jan 2024 11:29:14 -0500 512f1b313ae08f3c5b7d06df8478098ade2553d4 Remove debug output in src/prompt.lua https://git.dkl9.net/memoire/commit/8f2be0dc3230fbdd009f68d8c72b830a2132ef16 contact@dkl9.net (dkl9) Tue, 02 Jan 2024 11:22:27 -0500 8f2be0dc3230fbdd009f68d8c72b830a2132ef16 Add "Overview" section to documentation.md https://git.dkl9.net/memoire/commit/be34a7d6c5622a8b72a2996a597a0ea381b1a962 contact@dkl9.net (dkl9) Tue, 02 Jan 2024 11:14:27 -0500 be34a7d6c5622a8b72a2996a597a0ea381b1a962 Explain `pwc` cards in documentation.md https://git.dkl9.net/memoire/commit/cda32a8b3e718c740cd0ad491f7525d470e279cd contact@dkl9.net (dkl9) Tue, 02 Jan 2024 11:04:49 -0500 cda32a8b3e718c740cd0ad491f7525d470e279cd Add "pwc" card type 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`. https://git.dkl9.net/memoire/commit/ae90e2a5f04e81f333101445596c5a4ee94f1f53 contact@dkl9.net (dkl9) Tue, 02 Jan 2024 10:37:53 -0500 ae90e2a5f04e81f333101445596c5a4ee94f1f53