Local files
Presentor projects, Markdown files and project folders.

Open file reads .pre projects and .md documents. Save As asks for the format before the name and destination.

- Presentor project: a single
.prefile containing Markdown source, speaker notes and attachments. Use it to carry a presentation with media. - Markdown document: readable
.mdsource with attachments embedded when saved. Large media make the source file larger.
Open project folder provides access to referenced attachment paths; this requires the browser's File System Access API.
Save writes back when a writable handle exists. Otherwise, choose a file name and location. Browsers without the native file picker use upload and download.
Single-file documents embed attachments, which makes them portable but larger. Project folders can store files in assets/. Use a cloud copy to continue on another device.
Canceling save leaves the document marked as unsaved. Opening, creating or closing a document with pending changes asks how to preserve them.
Historical files keep their existing text behavior. New sizing and dollar-delimited formula editing are not applied as a bulk migration.