ifrost / afterwriting-labs

Post-processing for Fountain screenplays
http://www.afterwriting.com
224 stars 38 forks source link

CLI Config lacking certain settings #170

Open JadeNeoma opened 2 years ago

JadeNeoma commented 2 years ago

It seems there is no way to include the text settings present on the online version when compiling using the CLI, therefore anything compiled using the CLI can't use continuation texts (MORE, CONT'D, etc.)

srednors commented 4 months ago

It's not documented in README but you can activate these features via:

{
    "scene_continuation_top": true,
    "scene_continuation_bottom": true,
    "merge_multiple_empty_lines": false
}