Fons van der Plas
Fons van der Plas
I think you might be able to achieve this without needing to create a wrapper element (which could affect layout styles), by generating code like this: ```html $widget const widget...
Very cool! Let's call sometime to discuss? I have some ideas :) [email protected]
Tip: right now the fallback is to output a `` html tag. For remote resources, you could output something like: ``` const url = $(repr(r.src)) const response = await fetch(url)...
We can also use `HTTP.sniff` from HTTP.jl
@suiato Can you give the URL? Don't get your hopes up, I am assuming that google drive does not allow being embedded like this.
No it looks like google drive links will not work :( Here is a secret tip! You can open a github issue anywhere (like here), and drag in your image...
A better serialization method than JSON would be nice in this case.
Demo!! https://imgur.com/BRM0SgT
About Cell numbering: Referencing cells by number means that adding, removing or moving cells breaks your references. I think it would be better to reference cells by some unique ID....