How to Use
This guide covers the standard workflow from creating a presentation to exporting final outputs.
1. Create or Open a Presentation
- Use the New Presentation action from the File tools.
- To continue existing work, open the saved files panel and select a file.
- Use the save action or
Ctrl/Cmd + Sto persist changes.
2. Add Slides and Content
- Click + in the sidebar to add a blank slide.
- Use Insert tools (Title, Content, Image, Code, Diagram) to add prebuilt slides.
- Write directly in Markdown in the editor panel.
## Headingfor slide titles- itemfor bullet points```languagefor code blocks```mermaidfor diagrams
3. Use Images and Diagrams
- Use the image insert button to upload an image.
- Uploaded images are embedded as Base64 to keep files self-contained.
- For Mermaid, add a Mermaid fenced block and verify preview rendering.
4. Arrange and Review Slides
- Use slide controls to move, duplicate, or delete slides.
- Switch transition type and theme from toolbar controls.
- Use live preview to verify visual structure before export.
5. Export Output
- Open Export and select format: HTML, Markdown, PDF, or PPTX.
- Use HTML/Markdown for source portability.
- Use PDF/PPTX for presentation sharing and delivery.