QEDQED
App GuideConfiguration

Exports

Turn a scene into Fountain, structured data, or subtitle cues.

Exports

Your prose is already a plain file. Exports exist for the shapes that are not prose: structured beats and timed cues.

Because scenes are Markdown on your disk, there is nothing to export in the usual sense. You can copy the file. Exports matter when another tool needs the same scene in a different shape.

The four shapes

FormatWhat you getReach for it when
mdThe Fountain source, verbatimYou want the scene exactly as written
jsonStructured beatsAnother tool needs to read the scene programmatically
csvStructured beats, as rowsYou are taking it into a spreadsheet
srtSubtitle cues, one per timed beatThe scene carries timing and you want captions

srt only produces cues for beats that actually carry timing. Export an untimed scene and you get an empty file, which is the honest answer rather than invented timings. Use md or json for untimed scenes.

Copyright © 2025-2026, QED by Nelworks

On this page