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

Bump reveal.js to 5.1.0, add support for scroll view #307

Open bcardiff opened 1 week ago

bcardiff commented 1 week ago

This is an attempt to fix #274. It includes #288 also.

It adds a setting to enable scroll-view

Screenshot 2024-06-28 at 23 23 55

I am not 100% confident if there are more theme/style changes that need to be applied. It seems that obsidian-advanced-slides themes are based but are not 100% the one from reveal. I added the minimal things to have the scrollbar visible.

In my testing I found that {view: "scroll", scrollLayout: "compact", scrollProgress: true, center: false} worked the best so I made the setting add all those options by default.