Alberto Mengali

Results 53 comments of Alberto Mengali

Somehow related to https://github.com/JuliaPlots/PlotlyJS.jl/issues/428

I actually also wanted to achieve something similar, but my use case would be sharing stand-alone static pluto notebooks instead of power-point presentation for example. I love the way a...

Happy to help! Would you have any suggestion on how I could achieve what I want? Meaning having a way to paste embed the image such that it is also...

Indeed due to the point I raised above for my use case I was also considering putting the base64 in the html directly, and I would be willing to live...

I just realized that what I want can somehow be achieved by using the `PlutoUI.LocalResource` widget. I only needed to slightly modify the code inside [CellInput.js](https://github.com/fonsp/Pluto.jl/blob/main/frontend/components/CellInput.js) to automatically save the...

@hyrodium Thanks for the package which seems quite nice! Regarding the usage in Pluto, I can't seem to have the cell output be displayed as an image though: ![0c97a0f3-aa90-4b7a-886c-6fc69458600b](https://user-images.githubusercontent.com/12846528/122972391-60ef9f00-d390-11eb-82f9-c2dcd36c287b.gif) I...

I dug quite a bit into the standard TableOfContents from PlutoUI recently in order to try reimplemeting it to add some features I wanted like ability to hide heading/cells, collapsing...

@bringuiers Unfortunately I do not have any other snippets, but if you are trying to develop this as a notebook like I do in PlutoUtils and are willing to share...

Just checked this out to see if by chance it would also solve #2196 and I noticed that logs generated inside the macro body (so evaluated at _compile_ time) are...

Which event would you want to teigger the show of the execution order? Just pressing Ctrl would trigger it? Also how did you think about showing it?