wrap icon indicating copy to clipboard operation
wrap copied to clipboard

Command line flag to toggle page numbers

Open rnkn opened this issue 4 years ago • 2 comments

Is your feature request related to a problem? Please describe.

There are scenarios where it may be preferable not to include page numbers in the PDF instead of including incorrect page numbers, e.g. when exporting a subset of scenes/pages to replace outdated pages.

Describe the solution you'd like

The addition of a command line boolean flag to toggle page numbers e.g.

$ wrap pdf My-Screenplay.fountain --no-page-numbers

Describe alternatives you've considered

I think the main alternative is afterwriting CLI , which uses the format:

$ afterwriting [FLAGS] --setting show_page_numbers=false

Additional context

The prospect of exporting replacement pages from Fountain implies the notion of page-locking, something which Fountain is supposedly incapable of achieving. Some years ago I suggested a small extension of the page break specification to enable "forced page numbers", which, in theory, would allow page locking. The thread is here: https://groups.google.com/g/fountain-dev/c/W_cAivCNhIk

Although the suggestion was well received, it was never implemented, and the development of the Fountain specification seems to have then fragmented between Fountain 1.1 and the (now quite separate) Highland format.

So page-locking remains in a kind of limbo.

rnkn avatar Nov 23 '20 01:11 rnkn