hakimel / reveal.js

The HTML Presentation Framework
https://revealjs.com
MIT License
67.34k stars 16.59k forks source link

Feature suggestion: Slide filtering for custom slideshows #2110

Open SeanKilleen opened 6 years ago

SeanKilleen commented 6 years ago

Hi all,

Suggesting a feature here that I'd be willing to implement and do a PR for.

I have a few presentations that I'd love to convert to use RevealJS. However, we have one large slideshow and some subsections are only targeted to certain audiences (for context, it's a technical training but certain sections / examples only apply to certain languages).

I'd love to be able to apply filter tags to slides and then have RevealJS selectively load only the slides that match the applicable filter.

My thoughts on this so far:

Is this sort of thing something that RevealJS would be interested in receiving?

SeanKilleen commented 6 years ago

To clarify -- I am posting this here because it seems like it would be more of a core feature than a plugin. If it would be better as a plugin, let me know.

stephane-klein commented 2 years ago

@SeanKilleen have you implemented this feature?