Figpack Slides Tutorial
Figpack Slides is an extension for creating interactive slide presentations that can embed custom Figpack views and visualizations.
Overview
Figpack Slides enables you to create markdown-based presentations with:
Interactive slide content
Embedded Figpack views and visualizations
Custom layouts and tabs
Images, iframes, and external markdown files
GitHub Pages hosting support
Demo Presentation
The best way to learn about Figpack Slides is to explore the demo presentation, which serves as both an example and a comprehensive guide:
View Figpack Slides Demo Presentation →
The demo presentation includes detailed information about:
Getting started with a template repository
Slide structure and markdown syntax
Metadata and formatting options
Embedding content (images, iframes, markdown files)
Creating custom Figpack views
Building and deploying presentations
Installation
After installing figpack, install the slides extension:
figpack extensions install --upgrade figpack_slides
Getting Started
Copy the demo presentation repository as a template
Edit the
index.mdfile with your slide contentBuild your presentation using the provided scripts
Deploy to GitHub Pages (configured automatically)
For detailed instructions on all features and formatting options, refer to the demo presentation above.