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

Update reveal.js framework #274

Open Lachlan-Mayne opened 7 months ago

Lachlan-Mayne commented 7 months ago

Is your feature request related to a problem? Please describe. No issues, simply version of reveal.js in advanced slides is behind current reveal.js published version

Describe the solution you'd like A clear and concise description of what you want to happen. It'd be great to either a) learn how to manually change the reveal.js version used within your obsidian plugin, or b) get the plugin updated to support reveal.js 5.0.0, including features such as vertical slides

Describe alternatives you've considered Learning how to update the plugin myself, minor background in python, no javascript experience

bcardiff commented 1 week ago

I wanted to use https://revealjs.com/scroll-view/ feature but is only available since reveal 5.0.0.

The breaking changes in 5.0 does not seem to be problematic https://github.com/hakimel/reveal.js/releases/tag/5.0.0

Are there any fragile parts of the codebase that would require special attention when bumping the reveal version? From the version history there hasn't been any major version bump ever.