Martin Vilcans

Results 22 comments of Martin Vilcans

Thank you! That's been needed! I think that dual dialog needs a different style, instead of `Settings.dialog_style` maybe `Settings.dual_dialog_style` that should have a smaller `rightIndent`. Otherwise there are only 12...

I can confirm that there's an error if the dual dialog is so long that it doesn't fit on a page: ``` Traceback (most recent call last): File "/home/vilcans/proj/screenplain/.venv/bin/screenplain", line...

It's a good idea to support A4. Have you tested this so that the layout and margins are correct, and text never overflows in A4 format? Regarding the pull request,...

I made [a branch with support for specifying paper size](https://github.com/vilcans/screenplain/tree/page-size), and the result is that there's a large top margin on screenplays in A4 format. Probably because the number of...

Thanks for liking Screenplain! I guess it would be possible to include page numbers in HTML output, but that would be going a bit against how HTML works, as a...

Hi, I recently tried out Nannou and thought it was pretty nice, although I'm sure I can get similar functionality by combining different crates. Is there any chance that this...

What does this patch do? The parser already supports synopses (although it's called synopsis, as that is the singular form of synopses; I just noticed that the incorrect plural form...

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.

Yes, as far as I can tell this is because the Courier font doesn't have those characters. I'm working on adding support other fonts, which should solve this problem.

Help me understand the use case. Why wouldn't you want upper-case scene headings?