vilcans / screenplain

Write your screenplay in plain text and run it through this program to make it look good
MIT License
163 stars 29 forks source link

Load settings from a configuration file, allow customizing the output PDF font #58

Open lenormf opened 4 years ago

lenormf commented 4 years ago

Fixes #35.

vilcans commented 4 years ago

Thanks for this! I haven't tested it manually yet, but the test script bin/test gives style errors. There's also some strange indentation in config.py.

lenormf commented 4 years ago

I'll fix the linting errors (I didn't get any with flake8), but I'm getting a lot of UTF8 decoding errors with the unit tests, despite using a UTF8 locale.

lenormf commented 4 years ago

Linting warning fixed.