-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to INCLUDE? #10
Comments
Hi, |
IDEA (if possible) example: |
I think this issue is strongly related to #9. Could this be a solution for you? Example: The external contents are only loaded when the specific slide was entered. So when on slide 11 there is external content, you could link slide 11 in slide 1, and before entering slide 11 by click, the external content is loaded. I am currenty working on an implementation for that. |
I will have some great news for you in the next days... ;) |
@janschoepke thank you very much for answers, GOOD LUCK! ^^ |
I found something, does it HELP YOU for implementing dynamic SLIDES inside sections? |
@G1305 Could you please describe why you want to use dynamically generated slides inside your presentation? It does not really make sense to me. With the upcoming and announced feature of lazy loading you still have to create the sections hardcoded, but the content of these sections were not loaded until the presentation switches to these slides. The advantage of this is to prevent the web-presentation to blow up and to sustain the general performance. Also I have to inform you that this "lazy-load"-feature has already been implemented, I am in final testing phase right now and I am sure I can release the update in the next week. Stay tuned. :) |
COOL NEWS! ^_^ in reveal, full and short contents are stored on ALL SLIDES(next, back, up, down) and during scroll can't skip slides where full content is... there is my screen video about dynamic content |
I only want click to open external HTML.
example:
SLIDE#1 has two content (linked text)
after clicking CONTENT#1 loads EXTERNAL HTML#1.
P.S. external HTML#1 is hidden inside SLIDEs - before clicking CONTENT#1
HOW DO THIS?
The text was updated successfully, but these errors were encountered: