- Extract task number from title (#XX pattern) or Task ID field
- Display task number in gold before title
- Clean up redundant 'Task #XX:' from displayed title
- Sort by priority, then task number, then title
Chronicler #69
Phase 2 of task management consolidation:
- Added _data/tasks.js - fetches tasks from Gitea API at build time
- Added tasks-index.njk - mobile-friendly task list page
- Added node-fetch dependency for API calls
- Added .gitignore for node_modules and _site
Features:
- Shows only open/blocked tasks (filters out complete)
- Priority filtering (P1/P2/P3/P4)
- Color-coded priority badges (Fire/Gold/Frost/Arcane)
- Links to Gitea for full task details
- Mobile-optimized touch targets
Access at: firefrostgaming.com/tasks-index.html
Chronicler #69