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

652 B

TODO List

Current Task: Switch from embedded mermaid to rendered images

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