FAQ

1. Where are my files stored?

Presentation files are stored locally in your browser via local storage. They are not uploaded to a mandatory cloud backend by default.

2. Does auto-save work?

Yes. The editor auto-saves periodically and also supports manual save using the Save icon or Ctrl/Cmd + S.

3. How do I create a new presentation without losing existing files?

Use the New Presentation action in the File toolbar group. It creates a separate file entry in local storage.

4. Can I import and export Markdown?

Yes. Markdown is a primary format. You can import a .md file and export current presentation content back to Markdown.

5. What export formats are supported?

Currently supported formats are HTML, Markdown, PDF, and PPTX.

6. Why does Mermaid rendering differ across export formats?

Mermaid is rendered in-browser and then converted for export. If a complex diagram behaves unexpectedly, simplify node labels and avoid unsupported Mermaid syntax.

7. Are images embedded in exports?

Images inserted through upload are embedded as Base64 data URLs, making outputs more self-contained.

8. Can I delete saved files?

Yes. Open the saved files panel from the left and use the delete action on individual files.