JuliaPluto / PlutoSliderServer.jl

Web server to run just the `@bind` parts of a Pluto.jl notebook
https://computationalthinking.mit.edu/
The Unlicense
130 stars 17 forks source link

Use frontmatter HTML features #89

Closed fonsp closed 1 year ago

fonsp commented 1 year ago

Right now, we don't use the frontmatter to set HTML metadata, because this code is skipped, we run this method directly (from here). This is because we might not have access to the Notebook object, we might only have the cached statefile.

The fix should be easy, because notebook.metadata is stored in the statefile, or it can be retrieved easily from the notebook file by loading it.