piersdeseilligny / betterfountain

A screenwriting app integrated into visual studio code
https://marketplace.visualstudio.com/items?itemName=piersdeseilligny.betterfountain
MIT License
356 stars 54 forks source link

Fix custom CONTINUED setting #211

Closed mig42 closed 7 months ago

mig42 commented 7 months ago

The fountain.pdf.textSceneContinued config property was saved into a config object property called text_scene_continuation. However, it was later referenced as text_scene_continued. This caused the settings value to be ignored - exporting to PDF always writes CONTINUED regardless of the value in fountain.pdf.textSceneContinued.

This PR changes the property name in the config object so it matches the VS Code settings key.