How to make ojs code self contained in html or revealjs output #6165
Replies: 2 comments
-
No, that's not something we can control. The observableJS runtime has a number of places where it makes network calls to get its dependencies, and it would not be practical for us to fix all of them in a timely manner. |
Beta Was this translation helpful? Give feedback.
0 replies
-
To note the same answer was provided in the opened issue you (@victorfeagins) commented on earlier thus closing this in favour of the opened issue: Regarding the "workaround", it's not really a workaround as it requires a pretty fair amount of work which is not trivial. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello,
I like to make Revealjs presentations files that I can share so it is important for those files to be self contained.
This issue discusses that the self-contained option does not work when using ojs: #1412
Is there any workarounds? One is mentioned in the issue but it is not clear to me how to implement it.
Beta Was this translation helpful? Give feedback.
All reactions