Fons van der Plas

Results 662 comments of Fons van der Plas

It might be cool to open and edit the HTML file directly, instead of extracting a `.jl` file out of it. In that case, we would auto-save the HTML export...

@shashi You had some ideas about this, right?

Why `@cell()` with no arguments - where do you type the code? Can you make a drawing? And what about `map(@cell(), 1:10)`?

(For context, shashi and I discussed the idea of being able to register Julia objects to Pluto, and have them accessible inside HTML as a web componentn ``. You would...

> > > Oh btw, with that kind of composing, we'll end up re-rendering the whole layout every time a part of it changes, so nested layout-ed cells do seem...

I have an idea! How we would implement these `` nodes is that we search for those nodes whenever a cell output is rendered, and insert the output of each...

you mean that it would take longer for the output to show up because of the extra round trip?

I implemented the [idea from my previous comment](https://github.com/fonsp/Pluto.jl/issues/448#issuecomment-703796838) in https://github.com/fonsp/Pluto.jl/pull/1126 . You can use CSS flex and CSS grid to create cool layouts, for example https://fonsp-disorganised-mess.netlify.app/layout . @pankgeorg is working...

What happens when you interrupt this code snippet? ```julia ➜ ~ julia _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_) (_) | _ _ _| |_ __ _...