-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
Export HTML with baked bonds #16
Labels
enhancement
New feature or request
frontend
Concerning the HTML editor
one day
Closed because we won't work on it soon, will be opened again later.
Comments
fonsp
added
enhancement
New feature or request
frontend
Concerning the HTML editor
labels
Feb 27, 2020
fonsp
added
the
one day
Closed because we won't work on it soon, will be opened again later.
label
Apr 4, 2020
Would actually be possible, but you would need to define a A compression lib would help - also makes it more brittle |
Of course multiple input elements suffer from combinatorial explosion, but this can be avoided as much as possible by using the reactivity graph. |
Relevant work in JuliaPluto/PlutoSliderServer.jl#29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
frontend
Concerning the HTML editor
one day
Closed because we won't work on it soon, will be opened again later.
Ability to export to HTML that has all
@bond
interactions baked. The output for each combination of inputs will be stored inside the document, in an efficient way.This way, you would have an interactive document that works offline, without a running Julia instance.
The text was updated successfully, but these errors were encountered: