MSzturc / obsidian-advanced-slides

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

Question: How to integrate plugins with advanced slides? #290

Open mayurankv opened 4 months ago

mayurankv commented 4 months ago

In the normal slides plugin, the Obsidian markdownPostProcessor is used which allows all plugins to be rendered as in normal viewing modes. In this plugin, that doesn't appear to be the case. I'm just trying to understand why it's not possible to use the Obsidian processor before passing it to revealjs? I've seen from a number of other issues that this isn't trivial but I'd just love a bit of direction as to why this can't work. Any pointers to external references would also be appreciated!

I'm considering things like the tikzjax extension, or my plugin Code Styler where when processed, they should just result in normal html elements that revealjs could presumably display.

Thanks for any help!