Files
puzzle-design-kb/todos/TODOS.md

717 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

Complete

All tasks completed. Changes committed as d21555f.