Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsdoiel/fountain
experimental golang package for working with Fountain formatted screenplays.
https://github.com/rsdoiel/fountain
fountain markup markup-language screenplay
Last synced: 14 days ago
JSON representation
experimental golang package for working with Fountain formatted screenplays.
- Host: GitHub
- URL: https://github.com/rsdoiel/fountain
- Owner: rsdoiel
- License: agpl-3.0
- Created: 2017-12-27T04:57:40.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T19:37:27.000Z (3 months ago)
- Last Synced: 2024-10-26T05:52:18.505Z (2 months ago)
- Topics: fountain, markup, markup-language, screenplay
- Language: Go
- Homepage: https://rsdoiel.github.io/fountain
- Size: 797 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Codemeta: codemeta.json
Awesome Lists containing this project
README
[![Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows.](https://www.repostatus.org/badges/latest/inactive.svg)](https://www.repostatus.org/#inactive)
# fountain
_fountain_ is an experimental Golang package for working with Fountain formatted Screenplay documents. It provides a parser, pretty prints using the String func and has an HTML renderer. _fountain_ format is supported by many programs (see list at [fountain.io](https://fountain.io)).
This package also includes a demonstration command line programs
[fountain2json](fountain2json.1.md)
: A fountain to JSON converter (useful for building reports)[fountainfmt](fountainfmt.1.md)
: A fountain document pretty printer[fountain2html](fountain2html.1.md)
: A fountain to HTML converter## Reference materials
+ [fountain.io](https://fountain.io) - this is official place for all things fountain
+ [Fountain Syntax](https://fountain.io/syntax)