Use Case
When writing a course that could be taught on either one, two more days, it'd be useful to be able to tag slides with a variant and let showoff be started with a variant flag.
Describe the Solution You Would Like
Place one or more variant=<name> on slides to let Showoff filter out the slides (in a similar way to printonly/noprint, but more flexible).
Describe Alternatives You've Considered
I've considered using CSS for this and using display:none on classes that should not appear, but it results in white slides instead of removing them entirely.
Use Case
When writing a course that could be taught on either one, two more days, it'd be useful to be able to tag slides with a variant and let showoff be started with a variant flag.
Describe the Solution You Would Like
Place one or more
variant=<name>on slides to let Showoff filter out the slides (in a similar way toprintonly/noprint, but more flexible).Describe Alternatives You've Considered
I've considered using CSS for this and using
display:noneon classes that should not appear, but it results in white slides instead of removing them entirely.