playgroundbooks / playgroundbook

Tool for Swift Playground books
https://ashfurrow.com/blog/swift-playground-books/
MIT License
259 stars 17 forks source link

Loss of granularity of per-page options #61

Open rgov opened 6 years ago

rgov commented 6 years ago

It seems that in the book.yaml file I set options (such as having an edge-to-edge live view) on a chapter. But these options are actually properties of an individual page, not of a chapter. There is a loss of granularity here.

ashfurrow commented 6 years ago

Yeah, I remember doing that on purpose because I didn't need it to be granular. No reason not to include it though – if anyone else needs/wants this feature, please chime in 👍