File size: 1,811 Bytes
2aedc33
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
  {
    "type": "scene_heading",
    "fountain_pattern": "^(INT|EXT|INT/EXT|I/E)[. ].*",
    "fdx_paragraph_type": "Scene Heading",
    "example": "INT. APARTMENT - DAY",
    "description": "Marks the start of a scene with location and time."
  },
  {
    "type": "action",
    "fdx_paragraph_type": "Action",
    "fountain_pattern": "default-prose",
    "example": "Maria enters the room, holding the letter.",
    "description": "Visual description of what the camera sees."
  },
  {
    "type": "character",
    "fountain_pattern": "^[A-Z][A-Z0-9 .,()'-]+$",
    "fdx_paragraph_type": "Character",
    "example": "MARIA",
    "description": "Character name preceding dialogue. Always uppercase."
  },
  {
    "type": "dialogue",
    "fountain_pattern": "after-character-cue",
    "fdx_paragraph_type": "Dialogue",
    "example": "I'm not going back.",
    "description": "Spoken text following a character cue."
  },
  {
    "type": "parenthetical",
    "fountain_pattern": "^\\([^)]+\\)$",
    "fdx_paragraph_type": "Parenthetical",
    "example": "(softly)",
    "description": "Modifier directly below character cue, in parentheses."
  },
  {
    "type": "transition",
    "fountain_pattern": "^[A-Z ]+TO:$",
    "fdx_paragraph_type": "Transition",
    "example": "CUT TO:",
    "description": "Indicates how to move between scenes. Right-aligned in print."
  },
  {
    "type": "shot",
    "fdx_paragraph_type": "Shot",
    "fountain_pattern": "uppercase-no-cue",
    "example": "ANGLE ON HANDS",
    "description": "Specifies a camera angle or shot mid-scene."
  },
  {
    "type": "title",
    "fdx_paragraph_type": "General",
    "fountain_pattern": "title-block-header",
    "example": "Title: NIGHTSHIFT\\nAuthor: J. Smith",
    "description": "Top-of-script metadata block (Fountain only)."
  }
]