You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
There are scenarios where it is preferable not to include a title page in the PDF, 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 title page e.g.
$ wrap pdf My-Screenplay.fountain --no-title-page
Describe alternatives you've considered
I think the main alternative is afterwriting CLI , which uses the format:
Is your feature request related to a problem? Please describe.
There are scenarios where it is preferable not to include a title page in the PDF, 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 title page e.g.
Describe alternatives you've considered
I think the main alternative is afterwriting CLI , which uses the format:
Additional context
The flag
--no-title-page
probably implies the existence of its opposite--title-page
, which in theory would default to true.The text was updated successfully, but these errors were encountered: