Files
puzzle-design-kb/todos/TODOS.md
Bryce d21555f1d7 Replace embedded mermaid with rendered PNG images
- Render KQVI puzzle dependency chart as PNG (preview + full-size)
- Replace mermaid code block with image embed linking to full version
- Remove broken mermaid-lightbox.js from book.toml and delete file
- Update Chart Configuration section (was Mermaid Configuration)
- Images copied to src/inspiration/ for mdbook build
2026-03-19 20:37:09 -07:00

18 lines
652 B
Markdown

# TODO List
## Current Task: Switch from embedded mermaid to rendered images
- [x] Render mermaid diagram to images
- [x] Install mermaid CLI (if not present)
- [x] Extract mermaid code from kings-quest-vi-heir-today-gone-tomorrow.md
- [x] Render preview and full-size images
- [x] Update markdown to embed images
- [x] Replace mermaid block with image embed
- [x] Add link to full-size image
- [x] Clean up broken JS
- [x] Remove mermaid-lightbox.js from book.toml additional-js
- [x] Delete mermaid-lightbox.js file
- [x] Restore mermaid-init.js if modified (not modified, keep it)
- [x] Test with mdbook build
- [ ] Commit changes