-
Notifications
You must be signed in to change notification settings - Fork 208
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
Support of embed mode #58
Comments
Yeah, why not? :-) Can you explain more on how you would do it? |
I think this would be quite handy, though it will definitely have limits. |
Yeah, it's really two things here, one making it into one file, thereby making it easier to upload or send by email, and the other is making sure that it works even when you don't have internet. Of course, unless you yourself directly loads resources online, there was no case of loading things from the internet before I merged the Mathjax functionality. I'll see if I can make offline Mathjax support, because then we don't have to care about that issue. |
Hi,
First of all thanks a lot for hovercraft, it's a really great tool!
I was using landslide before and I want to move on hovercraft. For some special reason I need to have the support of embed mode like in landslide in order to produce a only one html page with everythink inside (css, html, image...).
I would like to know If you will be interested to integrate this option If we do a PR ?
We can use the same args as landslide :
-i, --embed Embed stylesheet and javascript contents,
base64-encoded images in presentation to make a
standalone document
What do you think?
Thanks a lot for hovercraft I really enjoy it ;)
The text was updated successfully, but these errors were encountered: