showoff icon indicating copy to clipboard operation
showoff copied to clipboard

Don't just present; interact with your audience!

Results 63 showoff issues
Sort by recently updated
recently updated
newest added

moving to css scale transitions across the board helped simplify the scaling algorithms, but it brought on its own weirdness. Let's figure out how to get away from scaling altogether....

enhancement
styles
important

Only Firefox supports the `alternate` stylesheet tag, so we removed that support. I left the methods in place, https://github.com/puppetlabs/showoff/blob/0d5c1ac56cf9e701686ec51c26e6e99fde69cbf1/lib/showoff_utils.rb#L443-L450, so that we could revisit this. If we choose to do...

that way it could work behind a proxied path.

enhancement
On Hold

Putting a form tag like `~~~FORM:classinfo~~~` should render when used on a slide.

They are sometimes listed for multiple slides :(

We should be able to specify orientation and page size in `showoff.json`. Letter and A4 would be enough.

Entering text in the other option in radio buttons doesn't deselect previously selected option. Because radio buttons are meant to be exclusive, entering text in an 'other' option should not...

enhancement

`~~~SECTION:Notes~~~` and `~~~SECTION:notes~~~` should behave the same. Currently only the latter works. This would make it easier to generate content that is displayed properly and make showoff behave more tolerantly...

enhancement
On Hold

Hi! Given the slides below, the string "event" is logged twice. The event should only be fired once, right? This happens for at least "show" and "next". Tested on OS...

Specific examples: https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L20 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L24 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L28 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L142 https://github.com/puppetlabs/showoff/blob/master/bin/showoff#L142

bug