Closed pietbrauer closed 8 years ago
As discussed in #36 I am proposing a new layout for the chapters sections of the YAML:
chapters
Before:
chapters: - "Chapter 1" - "Chapter 2"
After:_
chapters: - name: "Chapter 1" EdgeToEdgeLiveView: true - name: "Chapter 2" EdgeToEdgeLiveView: false
A proposed implementation can be viewed in #42
Aye, I think we'll end up needing more settings per chapter, imo though they should be lower snake case, so EdgeToEdgeLiveView = edge_to_edge_live_view
EdgeToEdgeLiveView
edge_to_edge_live_view
@orta makes sense, will update #42
Fixed via #42
As discussed in #36 I am proposing a new layout for the
chapters
sections of the YAML:Before:
After:_
A proposed implementation can be viewed in #42