Tobias Baldauf
Tobias Baldauf
It would be pretty neat if we could render charts & graphs live inside slides by making use of graphing libraries such as charts.js or highcharts. Ideally, we should one...
Example: Place this in slide HTML head: if (window.location.search.indexOf('?print=true') === 0) document.write(''); Add the '?print=true' GET parameter to the slides URL to activate the 2nd CSS. Write additional styles or...
The amount of available CSS helper classes to layout slide contents or style them further is growing. But there's currently no documentation overview on these classes. The only way to...
Using math.js (http://mathjs.org), we can add support for pretty-printing complex formulae (see http://mathjs.org/examples/browser/pretty_printing_with_mathjax.html). This will enable users coming from a LaTeX background to make good use of this slide deck...
@Una has created an amazing tool to apply image Filters via CSS on the fly. We can incorporate this into the slide deck tool to give users the ability to...
In the 4:3 dimensions setting, parts of the theme are currently not well-aligned. We need to go through the styles while using 4:3 slide dimensions and fix all layout bugs.
Right now, some CSS classes are set the clean, "correct" way of using "class: foo,bar" on top of a slide inside the MarkDown syntax, but others are set using square...
If we can get the MarkDown parser to support additional sets of syntax, users won't have to change the way they use to write MarkDown based slide shows in other...
Providing a separate style sheet that contains ONLY the CSS for theming will make customization for users easier.
Everyone loves things like :smiley: Adding emoji support should be trivial.