Textplay icon indicating copy to clipboard operation
Textplay copied to clipboard

Textplay is a simple command-line script that converts screenplays written in Fountain formatted plain-text to HTML, XML, and FDX (Final Draft).

Results 6 Textplay issues
Sort by recently updated
recently updated
newest added

Textplay outputs characters that represent markup without escaping them, e.g., "". The following fragment displays correctly in most HTML browsers but is fatal in XML and FDX output. INT. LIVING...

I started working on section headers in Textplay. To make sure that I introduce only these changes and keep everything else constant, I tried to run Textplay on a suite...

fountain specification includes a number of markers that aid in structuring a screenplay which are invisible in final output: `[[note]]`, `/* comment */`, `#ATX header` (`###with multiple levels of hierarchy`)...

A little while ago I put together some sketches for Sass CSS you might want to check out: https://github.com/rnkn/mcqueen. It actually has its origins in the CSS I stole from...

feature-request

This one's a feature request. I'd like to be able to pass configuration key:values via command switches, e.g. ``` ./textplay input.fountain --goldman_sluglines=false --bold_sluglines=false --slugline_spacing=2 ```

feature-request