WP Fountain Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
The Scrippet format is a text format designed by John August to allow writers to input screenplay text in easy-to-write plain text and have it converted to properly styled HTML. This plugin will automatically convert plain text Scrippet to HTML, and add John August’s Scrippets CSS file into your blog. For more information on Scrippets please see http://jeffmcneill.com/wp-fountain
This plugin modifies screenplay format text for inclusion in web pages. Based on the scrippet concept and original code by John August and Nima Yousefi.
- Now available on Github
- Download WP Fountain
- WP Fountain on Wordpress.org
- WP Fountain is a Wordpress Plugin to support Fountain markup (aka SPMD) for screenplays.
To include a Scrippet of Fountain in your WordPress blog simply include text in the following format:
[scrippet]
INT. HOUSE – DAYMARY yells across the hall to FRANK.
MARY
Anything you want to tell me?FRANK (O.S.)
I swear, honey, I don’t know how mayonnaise got in the piano.CUT TO:
FRANK
running out of the bathroom.
FRANK
(terrified)
There are bees in the toilet!
[/scrippet]
This renders as seen in screenshots
Note: Scrippet text must be wrapped in [scrippet][/scrippet]
blocks, and must have correct line spaces between screenplay elements.
You can make text bold or italic by in the following ways:
Bold
- Wrap the text in double asterisks
**bold**
.
Italic
- Wrap the text in single asterisks
*italic*
.
Please note: text styling does not work for transitions. Sorry.