You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be clear: my slides render in RStudio preview, but not when I pop into browser. When I run slidify(), I observe the same problem: just a blank white screen.
It would be really nice to get this working; otherwise, I'll need to convert to a different framework in a very short time period (I'm reusing an old deck for an updated presentation).
Thank you!
UPDATE: I also tried downloading the directory you mention in #498 and load that instead of the git directory, however that produces the same behavior. Also, this is all with mode: selfcontained. When I switch to standalone, everything, including the RStudio preview, is blank.
UPDATE 2: I have also tried publishing to git and then downloading the directory. Still the same behavior.
I also noticed that the the source for the HTML is present, however it is just not rendering.
UPDATE 4: I am now able to view the presentation in a browser. And, I am able to open and view the index.html file generated by slidify(). However, I am developing on a remote machine. When I download the deck directory, I still see a blank html file (even though the html code is present). Note, I can only preview in browser when mode: selfcontained.
The text was updated successfully, but these errors were encountered:
I think I am running into the same issue as issue #498. However, when I try adding:
lib_cdn: "https://cdn.rawgit.com/ramnathv/slidifyLibraries/master/inst/libraries"
the problem is not resolved.
To be clear: my slides render in RStudio preview, but not when I pop into browser. When I run slidify(), I observe the same problem: just a blank white screen.
It would be really nice to get this working; otherwise, I'll need to convert to a different framework in a very short time period (I'm reusing an old deck for an updated presentation).
Thank you!
UPDATE: I also tried downloading the directory you mention in #498 and load that instead of the git directory, however that produces the same behavior. Also, this is all with mode: selfcontained. When I switch to standalone, everything, including the RStudio preview, is blank.
UPDATE 2: I have also tried publishing to git and then downloading the directory. Still the same behavior.
I also noticed that the the source for the HTML is present, however it is just not rendering.
UPDATE 3: My git repo is here: https://github.com/joehoover/testdeck/tree/gh-pages
UPDATE 4: I am now able to view the presentation in a browser. And, I am able to open and view the index.html file generated by slidify(). However, I am developing on a remote machine. When I download the deck directory, I still see a blank html file (even though the html code is present). Note, I can only preview in browser when mode: selfcontained.
The text was updated successfully, but these errors were encountered: