Overview
Enhance X-IPE's handling of internal file links in rendered markdown content. When markdown files reference project resources via x-ipe-docs/ or .github/skills/ paths, clicking those links opens an in-app preview modal.
Related Documents
This idea refines the feedback captured in feedback.md Open preview and builds on the existing EPIC-041 features.md Open preview . For background on the rendering engine, see technical-design SKILL.md Open preview .
Affected Skills
| Skill | Output | Change |
|---|---|---|
| ideation-v2Open preview | idea-summary-vN.md |
Full paths for cross-references |
| feature-refinementOpen preview | specification.md |
Full paths to related features |
| technical-designOpen preview | technical-design.md |
Full paths to spec, architecture |
| requirement-gatheringOpen preview | requirement-details.md |
Full paths to idea summaries |
External References
The rendering pipeline uses marked.js for markdown parsing and highlight.js for syntax highlighting. These are external dependencies and open normally.
Architecture
See the FEATURE-041-E technical design Open preview for the deliverable tagging architecture that this feature extends.