Skip to content

🌟 ZiraDocs Features

This section covers all the powerful features available in ZiraDocs for creating dynamic, interactive, and visually stunning presentations.

Feature Description Best For
Custom Themes CSS variables and complete styling control Branding, visual consistency
Variables Dynamic content and data binding Data-driven presentations
Interactive Elements Quizzes, polls, and audience engagement Training, workshops, meetings
Infographics Pre-built templates for business scenarios Reports, analytics, pitches
Headers/Footers Persistent branding and navigation Corporate presentations
  1. Start with Themes & Styling to understand the visual system
  2. Learn Variables & Templates for dynamic content
  3. Add engagement with Interactive Elements
---
theme: corporate-blue
variables:
company: "Acme Corp"
quarter: "Q4 2025"
header:
logo: ./assets/logo.png
text: "{{company}} - {{quarter}} Review"
---
---
theme: educational
---
# Training Module
<<quiz>>
question: What is ZiraDocs?
options:
- A programming language
- A presentation DSL ✓
- A database system
feedback: Correct! ZiraDocs is a Domain-Specific Language for presentations.
<</quiz>>
---
theme: data-insights
variables:
metrics:
revenue: "$2.4M"
growth: "+15%"
customers: "1,847"
---

Combine Variables + Themes for localized content:

---
variables:
lang: "es"
content: !include ./locales/{{lang}}.yaml
theme: minimal-clean
---

Combine Infographics + Interactive Elements + Variables:

---
template: data-story
theme: analytics-pro
variables:
dataset: ./data/sales-q4.json
---
# Sales Performance
<<chart: bar>>
data: {{dataset.monthly_sales}}
<</chart>>
<<poll>>
question: Which month performed best?
options: ["October", "November", "December"]
<</poll>>
  • ✅ Complete theming system
  • ✅ Variable substitution and templates
  • ✅ Interactive quizzes and polls
  • ✅ Business infographic templates
  • ✅ Headers and footers
  • 🔄 Animation and transition system
  • 🔄 Advanced chart types
  • 🔄 Real-time collaboration features
  • 🔄 Export to PowerPoint/PDF
  • 📋 Plugin system for custom elements
  • 📋 AI-powered content suggestions
  • 📋 Advanced analytics and tracking
  • 📋 Multi-presenter support

Need help? Check the troubleshooting guide or visit our community forum.