Files
puzzle-design-kb/book.toml
Bryce 917b550916 Add enlargable/zoomable mermaid lightbox for KQVI diagram
- Add mermaid-lightbox.js with click-to-expand modal functionality
- Hover shows 'View Full Size' button on mermaid diagrams
- Modal displays full diagram with dark overlay backdrop
- Escape key or click outside closes modal
- CSS fades in expand button on hover for discoverability
- Works with mdbook's mermaid preprocessor
2026-03-19 20:05:29 -07:00

17 lines
525 B
TOML

[book]
authors = ["Puzzle Design Knowledge Base"]
language = "en"
title = "Puzzle Design Knowledge Base"
description = "A taxonomy of puzzle design patterns from classic point-and-click adventure games"
[output.html]
git-repository-url = "https://github.com/noti/puzzle-design-kb"
edit-url-template = "https://github.com/noti/puzzle-design-kb/edit/main/{path}"
additional-js = ["mermaid.min.js", "mermaid-init.js", "mermaid-lightbox.js"]
[output.html.playground]
editable = true
line-numbers = true
[preprocessor.mermaid]