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

Offline support? #101

Open
haf opened this issue Nov 9, 2016 · 11 comments
Open

Offline support? #101

haf opened this issue Nov 9, 2016 · 11 comments

Comments

@haf
Copy link
Member

haf commented Nov 9, 2016

I suggest you offline support.

Offline support is very important for presentations as one may not always have WiFi or a charged phone. Especially so while travelling and giving presentations outside one's own office.

I think it's pretty straight forward to bring together:

One thing that needs fixing is the pulling in of external deps; every presentation I give using FsReveal, one or two of the foreign CDNs don't properly serve their resources leading to my presentation being delayed:

    <script src="//code.jquery.com/jquery-1.8.0.js"></script>
    <script src="//code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
    <script src="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script>
    <script type="text/javascript" src="//cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
    <link href="//netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet">

I need to know to what extent any of the above libs have been customised? Primarily Reveal.js' changes is most relevant?

@forki
Copy link
Member

forki commented Nov 9, 2016

I heard others have problems with offline suppot (like @isaacabraham) as well. So we are open for PRs.

@haf
Copy link
Member Author

haf commented Nov 9, 2016

img_1965

I'll see what the weather prompts me to do.

@haf
Copy link
Member Author

haf commented Nov 9, 2016

@forki
Copy link
Member

forki commented Nov 9, 2016

I dunno. It was there from original template. I assume navigation and highlighting and stuff

haf added a commit to haf/FsReveal that referenced this issue Nov 9, 2016
haf added a commit to haf/FsReveal that referenced this issue Nov 9, 2016
@haf
Copy link
Member Author

haf commented Nov 9, 2016

Feedback in the PR welcome

@ErikSchierboom
Copy link

@haf Is there any progress on this front? I'd love offline support.

@haf
Copy link
Member Author

haf commented Jan 18, 2017

There's a PR that basically works, that you could test?

@ErikSchierboom
Copy link

There are two PR's related to offline support. #103 and #104. Which one should I try?

@haf
Copy link
Member Author

haf commented Jan 18, 2017

No 103 is mine.

@ErikSchierboom
Copy link

I've just tested on my MacBook, the finding are in #103

@danyx23
Copy link

danyx23 commented Nov 18, 2017

You probably already know this but if you can live with static slides for the offline version, something you can do right now is use the print to pdf workflow described here: https://github.com/hakimel/reveal.js/#pdf-export

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

No branches or pull requests

4 participants