question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow SlideSets to be defined

See original GitHub issue

Currently 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:closed
  • Created 8 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mikeniklescommented, Jan 29, 2017

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

0reactions
zachhalecommented, Feb 14, 2017

Upgraded the overview to navigate slides as a 2D grid in #285 /cc @ryan-roemer @kenwheeler

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found