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

Export HTML with baked bonds #16

Closed
fonsp opened this issue Feb 27, 2020 · 3 comments
Closed

Export HTML with baked bonds #16

fonsp opened this issue Feb 27, 2020 · 3 comments
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
Copy link
Owner

fonsp commented Feb 27, 2020

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.

@fonsp fonsp added enhancement New feature or request frontend Concerning the HTML editor labels Feb 27, 2020
@fonsp fonsp added this to the Very Far Future milestone Feb 27, 2020
@fonsp fonsp added the one day Closed because we won't work on it soon, will be opened again later. label Apr 4, 2020
@fonsp fonsp closed this as completed Apr 4, 2020
@fonsp fonsp changed the title Export animated HTML Export HTML with baked bonds May 6, 2020
@fonsp
Copy link
Owner Author

fonsp commented May 6, 2020

Would actually be possible, but you would need to define a possibleValues property for common input elements.

A compression lib would help - also makes it more brittle

@fonsp
Copy link
Owner Author

fonsp commented May 6, 2020

Of course multiple input elements suffer from combinatorial explosion, but this can be avoided as much as possible by using the reactivity graph.

@fonsp
Copy link
Owner Author

fonsp commented Oct 30, 2023

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.
Projects
None yet
Development

No branches or pull requests

1 participant