Originally created by: smith-and-web
Import yWriter 7 (.yw7) projects into Kindling, with special focus on converting Goal/Conflict/Outcome fields into scene beats.
yWriter is a free novel-writing software created by Simon Haynes (Spacejock Software). It's popular among fiction writers for its scene-based organization and detailed scene planning fields (Goal, Conflict, Outcome).
Market Context:
Format: Single XML file
Extension: .yw7
Complexity: Low-Medium (single file, well-structured XML)
Encoding: UTF-8 or UTF-16 (iOS version may use UTF-16)
| yWriter Element | Maps To Kindling |
|---|---|
<CHAPTER> |
Chapter |
<SCENE> |
Scene |
<Desc> (scene) |
Synopsis / Beat source |
<Goal> + <Conflict> + <Outcome> |
Scene beats (primary scaffolding!) |
<SceneContent> |
Prose (if any exists) |
<CHARACTER> |
Character reference |
<LOCATION> |
Location reference |
<ITEM> |
Could map to Location or custom entity |
<ViewpointCharacter> |
Scene POV metadata |
[i]italic[/i], [b]bold[/b]quick-xml = "0.31" # XML parsing
encoding_rs = "0.8" # Handle UTF-16 encoding
Tickets: #124
Tickets: #125
Tickets: #126
Tickets: #127
Tickets: #128
Tickets: #129
Tickets: #130
Tickets: #131
Tickets: #132
Tickets: #133
Tickets: #134
Tickets: #135
Tickets: #140
Ticket changed by: smith-and-web