An open API service indexing awesome lists of open source software.

https://github.com/meshula/labscreenplay

Utilities for working with screenplays
https://github.com/meshula/labscreenplay

fountain markdown parser screenplay

Last synced: 3 months ago
JSON representation

Utilities for working with screenplays

Awesome Lists containing this project

README

          

# LabScreenplay

A utility for working with screenplays.

Parses screenplays written in fountain markdown format.

Very simple main program re-emits the screenplay to c:/tmp/test.fountain for validation.

The parser in main parses a script in markdown format into a simple C++ data structure. main then re-emits, to prove that it didn't lose anything. The parser detects title page information like author and copyright, inventories all the characters and locations, finds all the direction notes and dialog, and stashes it all.

## Prerequisites

C++14, LabText