Fons van der Plas
                                            Fons van der Plas
                                        
                                    Hey @KronosTheLate ! Our plan for this use case is https://github.com/fonsp/Pluto.jl/pull/1551 , where the value of a bond is stored as Julia code in the file, making it persistent. This...
If you're happy with some hacking, and you know JavaScript, then take a look at https://fonsp-disorganised-mess.netlify.app/editme.html (permalink https://github.com/fonsp/disorganised-mess/blob/a1052388a4707fc61247f30a2c33f567e03edc33/editme.jl )
Awesome, thank you!! You can add these https://github.com/JuliaPluto/PlutoUI.jl/issues/212#issuecomment-1155809643 to runtests.jl, and use `PlutoUI.BuiltinsNotebook.downsample` instead of `downsample`.
Next time, make sure that you create a new branch on your fork, and do your work on that branch, instead of the `main` branch of your fork. This makes...

Take a look at the rest of the PlutoUI source code: you should write this as a Pluto notebook!
`@bind` takes the `.value` and input events of the first element, but `` doesn't have those. You need to wrap it in a `` and include a script that relays...
Mind that you can do ```julia md"Number of balloons $(@bind x Slider(1:100))" ``` The only difference is that this doesn't create a `` with the `for` attribute set, which would...
This should be an inline style of the `` element
Unfortunately this is far from trivial: https://github.com/fonsp/Pluto.jl/issues/476