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

We have a pretty hodgepodge family of keywords, such as * `~~~SECTION:notes~~~` * `~~~FORM:files_checkpoint~~~` * `~~~FILE:kerberos/manifests/init.pp:Puppet~~~` * `.download` * New: `~~~DIV:foo~~~` * etc We need to rework these tags for...

I see a whole ton of jQuery UI style overrides. Instead, we need to just make a theme with our desired colors using http://jqueryui.com/themeroller. For example, just [changing the active...

![screen shot 2017-03-03 at 4 47 31 pm](https://cloud.githubusercontent.com/assets/1392917/23574218/1d1ea000-0031-11e7-9823-e7eb98432892.png)

Similar to #635. See image below. (feel free to call this a duplicate and merge with #635) ![no background fit image on next view-1](https://cloud.githubusercontent.com/assets/67271/21694511/b3bca026-d353-11e6-9694-4e794241e878.jpg)

styles

snagged from #608 ```css div.content.center { position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; flex-wrap: wrap; } ```

styles

A way to add arbitrary rendering plugins, similar to the way the syntax highlighting works. E.g. if this syntax is used `@@@ render: dot` actually render the code to SVG...

I've been placing videos in the same folders I have my images. Then trying to embed the video using HTML5 code like this: `` Using Firefox, I'm seeing "Video format...

Using a background image with background-fit style on a high resolution display. That means, thanks to the recommendation in #215, this CSS is in the stylesheet: body > #preso, body...

styles

We've been slowly transitioning each of the content processing methods to working on the DOM instead of munging strings. To do that, we've parsed into a DOM at each method...