MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
988 stars 82 forks source link

Embed html, in particular, plotly plots #297

Open jccalvojackson opened 6 months ago

jccalvojackson commented 6 months ago

Is your feature request related to a problem? Please describe. I would like to embed interactive plotly plots into the slides.

Describe the solution you'd like A slide presentation with plotly interactive plots.

Describe alternatives you've considered tried just putting in the html directly

juan11iguel commented 5 months ago

Hi, this is already possible using iframes:

<grid drop="center" drag="90 90"
<iframe width="100%" height="100%" data-src="relative/path/to/attachment.html"></iframe>
</grid>

You can also use an url

Best regards, Juanmi