Allow SlideSets to be defined
See original GitHub issueCurrently you are forced to maintain all your Slides
in a single Deck
. It would be useful if it was possible to defined SlideSets
like this:
<Deck ...>
<SlideSet ...>
<Slide ...>...</Slide>
...
</SlideSet>
...
</Deck>
After this you could push SlideSets
to outside of the main file easily. As the current system expects Slides
to belong directly below Deck
this is hard/impossible to achieve (yup, tried many ways).
Issue Analytics
- State:
- Created 8 years ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Use Slide Libraries to share and reuse PowerPoint slides
In the Reuse Slides pane, click Open a Slide Library. In the Select a Slide Library dialog box, click the Slide Library that...
Read more >Ten simple rules for effective presentation slides - PLOS
Introduction · Rule 1: Include only one idea per slide · Rule 2: Spend only 1 minute per slide · Rule 3: Make...
Read more >How to use Google Slides - Computer
Open the Slides home screen at slides.google.com. In the top left, under "Start a new presentation," click New Add . This will create...
Read more >How can you make your presentation accessible? | DO-IT
Limit the number of visuals on slides. Images that are used should be described so that people who are blind in the audience...
Read more >Ten simple rules for effective presentation slides - PMC - NCBI
... fine details of how to design a slide for optimal effect—such as the design elements that allow slides to convey meaningful information, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This looks related to #164 where I left a comment with a link to a blog post and Github repo to show how I load slides dynamically.
If there’s any feedback on my approach, I’d be happy to see if I can open a PR. I’d like to see what people think though before I go too deep into the code. Thanks
Upgraded the overview to navigate slides as a 2D grid in #285 /cc @ryan-roemer @kenwheeler