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
I work in an offline environment where I do not have internet access. This causes the extension to fail since it relies on the CDN-hosted Font Awesome. I commented out the following lines:
Hi,
First of all, thank you for a great extension.
I work in an offline environment where I do not have internet access. This causes the extension to fail since it relies on the CDN-hosted Font Awesome. I commented out the following lines:
vscode-reveal/views/head.ejs
Line 17 in 3fa8966
vscode-reveal/index.html
Line 22 in 29b6c41
And that made the extension work.
Looking through the source code it seems like the MathJax library is loaded from a CDN as well:
vscode-reveal/index.html
Line 250 in 29b6c41
Is this something you're willing to consider adding support for? Two alternatives I can think of are:
The text was updated successfully, but these errors were encountered: