Blocked by
cognitive-engineering-lab/mdbook-quiz#61 — mdbook 0.5 support
cognitive-engineering-lab/mdbook-quiz#62 — PR: Add mdbook 0.5.x Support (waiting on review)
Category
Third-party (forked)
Book context
- Chapter: Ch 01 (MinimumCD quiz), future chapters with comprehension checks
- What we were building: Interactive quizzes for reader self-assessment
- Related code:
book.toml (quiz preprocessor), src/ch01-minimumcd-quiz.toml, src/quiz/
Fork details
Build prerequisites
Building from source requires just and Depot:
brew install just
cargo install depot-js --locked
Progress
Notes
just install doesn't work out of the box — need to run depot build --release first (tracked in #63)
- Built without
rust-editor/aquascope features (not needed for our quizzes)
- If maintainer accepts flake.nix offer, could bundle a build fix into that follow-up PR
Post-merge cleanup
Blocked by
cognitive-engineering-lab/mdbook-quiz#61 — mdbook 0.5 support
cognitive-engineering-lab/mdbook-quiz#62 — PR: Add mdbook 0.5.x Support (waiting on review)
Category
Third-party (forked)
Book context
book.toml(quiz preprocessor),src/ch01-minimumcd-quiz.toml,src/quiz/Fork details
depot build --releasethencargo installBuild prerequisites
Building from source requires just and Depot:
Progress
depot build --releasecargo install --path crates/mdbook-quiz --locked[preprocessor.quiz]inbook.tomlcargo install mdbook-quizNotes
just installdoesn't work out of the box — need to rundepot build --releasefirst (tracked in #63)rust-editor/aquascopefeatures (not needed for our quizzes)Post-merge cleanup
cargo installfrom fork to crates.iocommand -vcache check in CI workflow