Much of reveal.js’ functionality isn’t exposed in Obsidian, most notably vertical slides, config options and slide attributes in HTML comments. YAML frontmatter config options would also be nice.
reveal.js
This could be done much like reveal-md and others do it:
----
Note:
Notes:
—
+1, hoping slides could be more customizable.
+1 for me too… just trying to figure out how to use reveal-md for my teaching, but it seems quite a steep curve of learning, so an Obsidian “on steroid” presentation would be real great! Hope devs consider this
I’d also love to see an option to config reveal.js. Particularly, I really want to show slide numbers:
Reveal.initialize({ slideNumber: 'c/t'})
js
Reveal.configure({ slideNumber: 'c/t'})
Until Slides gets extended you could use Advanced Slides plugin as workaround.