An integral part of software engineering development is presenting your ideas and solutions (typically in a conference with some remote participants).
Generally presentation deck / slideshow creation technologies suffer from some significant barriers to use:
- Expensive — PowerPoint
- Proprietary, non-standard, unsupported — third-party
- Heavyweight — results a big binary blobs
- Complicated, non-intuitive technique — infrequent use, hard to remember
- Platform-dependent results (
PPTX
) — requires specific viewing software - Don't integrate well with engineering workflow — Google Slides
- Cost — Free
- Usage — Quick and simple to use
- Results — Lightweight, Standalone, and Portable
- Integration — Seamless with engineering workflow
- Presenter sharing mode — For teleconferences
- Creation — Favorite text editor
- Formatting — Standard Markdown
- Viewing — Any modern web browser
- Dependencies — Open-source, stand-alone remark.js package
- Use existing git source code management versioning workflow
- Download this all-in-one HTML file
- Open in your favorite text editor
- Edit the existing content to your needs
- Load in web browser to display, and
- use
'c'
to clone window to share - use
'p'
to enter presentation mode
- use
git commit
presentation when finished- Schedule a meeting 🙂