Story Data Map (JSON)
Export format for story review. Not a direct Twine import file.
// Map data will be generated here.
Story: Untitled Narrative
0
Total Passages
0
Dead Ends
Link Analysis
Define New Passage
Current Story Map
No passages defined.
Story Metadata
Data Management
Author: ${document.getElementById('twine-cfg-author').value || 'Anonymous'}
Data Map (JSON Structure)
${jsonText}
Passage List Summary
-
${twineMap.map(p => `
- ${p.title} (${(p.links_raw.match(/->/g) || []).length} Links) - ${p.text.substring(0, 50)}... `).join('')}
