Skip to content

Instantly share code, notes, and snippets.

@Tagirijus
Tagirijus / fountain.py
Last active November 12, 2019 14:36
Python3 Fountain parser by Colton J. Provias (fixed by me)
"""
fountain.py
Ported to Python 3 by Colton J. Provias - cj@coltonprovias.com
Based on Fountain by Nima Yousefi & John August
Original code for Objective-C at https://github.com/nyousefi/Fountain
Further Edited by Manuel Senfft
"""
COMMON_TRANSITIONS = {'FADE OUT.', 'CUT TO BLACK.', 'FADE TO BLACK.'}
@Tagirijus
Tagirijus / slides.md
Last active September 7, 2018 12:51 — forked from ritalin/slides.md
Customized Pandoc (http://johnmacfarlane.net/pandoc/) template for reveal.js (http://lab.hakim.se/reveal-js/#/)Add the feature displaying fragment.Add the feature changing background color.

% Title % Name % Date

My first slide { fragment=fade-in target=li }

Displaying fragment for specified target element.