This enables jumping to the next section rather than chapter when clicking the right arrow key.
With this enabled each "section" could be used a building block for the current super-block. E.g. "visualization" 1 should take 2h overall and has 6 sections, of which each should roughly take 20 mins.
With full-screen mode on the book and using the "s" key to toggle the outline on and off, this could work really well for presentation purposes.
One would need to add split_by: section to _bookdown.yml.
This enables jumping to the next section rather than chapter when clicking the right arrow key.
With this enabled each "section" could be used a building block for the current super-block. E.g. "visualization" 1 should take 2h overall and has 6 sections, of which each should roughly take 20 mins.
With full-screen mode on the book and using the "s" key to toggle the outline on and off, this could work really well for presentation purposes.
One would need to add
split_by: section
to_bookdown.yml
.