present
present copied to clipboard
revealjs workflow automation: reveal.js + external markdown mixed with some bash awesomeness to automate routine presentation tasks
4.3.1 https://github.com/hakimel/reveal.js/releases/tag/4.3.1 What's Changed Fix bug that prevented speaker view from working from file:// protocol (@hakimel #3158) Fix console errors attempting to parse postMessage events from sources other than reveal.js...
4.3.0 https://github.com/hakimel/reveal.js/releases/tag/4.3.0 tldr — self-destruction and bug fixes Changes It's now possible to destroy/uninitialize a reveal.js presentation. This will remove all event listeners and roll back all changes made to...
4.2.1 https://github.com/hakimel/reveal.js/releases/tag/4.2.1 Bug fix release Fixes Fix an issue where some slides disappeared (fully or partially) after slide transitions in Chrome (@hakimel) Fix an issue that caused double-navigations and impacted...
4.2.0 https://github.com/hakimel/reveal.js/releases/tag/4.2.0 Changes The math plugin now supports three typesetting libraries: KaTeX, MathJax 2 and MathJax 3. We continue to use MathJax 2 as our default so this is fully...
I have downloaded the current version of present and performed the setup steps as decscribed. When I run present I get the following error message: line 66: /Applications/Google: No such...
Rewriting in python could help us directly leverage bits and bobs of python we are anyways using additionally we can also leverage pip for package installation and maintainance. This is...
a special mode in which chromium should not be a requirement, it should only check if git wget and python is working. and when we say present it should just...
Refer cache manifest and modify accordingly. https://github.com/hakimel/reveal.js/issues/703 Since all our slide are actually running from a single host + port combination i suppose it will be sharable cache we let...
if there is no index.html or reveal.js folder then we should not be performing cleanup
Ensure that only one copy of powerpoint_css set gets pasted to style.css look for a specific tag if exist don't copy file again.