Skip to content
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

Closed
G1305 opened this issue Feb 17, 2018 · 9 comments
Closed

how to INCLUDE? #10

G1305 opened this issue Feb 17, 2018 · 9 comments
Labels

Comments

@G1305
Copy link

G1305 commented Feb 17, 2018

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?

@janschoepke
Copy link
Owner

Hi,
this feature is currently not implemented. All includes are being loaded at the same time (directly after init) right now. I will evaluate implementing this in a further version of this plugin.

@G1305
Copy link
Author

G1305 commented Feb 17, 2018

IDEA (if possible) example:
we have 11 slides. I'm scrolling and see all slides from #1 to #10. (#11 is hidden)
in slide #1 is linked text of article, after clicking this loads slide #11(where full article is)
CAN we HIDE specific slides before clicking to open?
I think it's easiest way to fix issue
I'm beginner self learned webmaster (sorry for worrying)

@janschoepke
Copy link
Owner

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.

@janschoepke
Copy link
Owner

I will have some great news for you in the next days... ;)

@G1305
Copy link
Author

G1305 commented Feb 17, 2018

@janschoepke thank you very much for answers, GOOD LUCK! ^^

@G1305
Copy link
Author

G1305 commented Feb 19, 2018

HELP YOU rstudio reveal template?
image

seems good for making media publishing website using reveal (include reveal slides supported) with DYNAMIC PAGES

@G1305
Copy link
Author

G1305 commented Feb 20, 2018

I found something, does it HELP YOU for implementing dynamic SLIDES inside sections?
image
source: https://bl.ocks.org/tonyfast/77f34f5867df98ca9418
@janschoepke

@janschoepke
Copy link
Owner

@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. :)

@G1305
Copy link
Author

G1305 commented Feb 21, 2018

COOL NEWS! ^_^
ok, for example
in YAHOO news we can scroll and scroll (like as reveal)
after click something content, we can read full article - without click we can't never and we can scrolling again WITHOUT read full article(skip).

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
https://drive.google.com/open?id=1vP1MZvDc0UWuUBWuAnP3wyyJ-jntf9hX

003

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants