summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-08Only a single period creates a slug.Martin Vilcans
2012-03-12Support mixed sections and synopsisesMartin Vilcans
2012-03-12Refactored trying different paragraph types.Martin Vilcans
2012-03-12Support sections that are bunched together.Martin Vilcans
2012-03-01Line breaks become <br/> instead of <p> in HTML.Martin Vilcans
2012-02-23Output synopsis to HTML.Martin Vilcans
2012-02-20Added test scriptMartin Vilcans
2012-02-20Added commenting out using /* boneyard */Martin Vilcans
2012-02-19Transition must end with "TO:", not just ":"Martin Vilcans
2012-02-19Better error messages on unsupported formats.Martin Vilcans
2012-02-19Removed pdf and text modules as they aren't supported yet anyway.Martin Vilcans
2012-02-19Renamed SPMD to FountainMartin Vilcans
2012-02-19Moved spmd tests into separate classes.Martin Vilcans
2012-02-19Added synopsis support to slugs and sections.Martin Vilcans
2012-02-16Parse the title page.Martin Vilcans
2012-02-08Updated README to reflect new reality (Fountain, www.screenplain.com etc)Martin Vilcans
2012-02-08Added support for sectionsMartin Vilcans
2012-02-07Removed unused screenplain.format module etc.Martin Vilcans
2012-02-07Scene headings are now h6 in HTML outputMartin Vilcans
2012-02-07Read the spec again. Scene numbers are alphanumeric only.Martin Vilcans
2012-02-07Added scene numbersMartin Vilcans
2012-02-01Don't count number of blank lines between paragraphs.Martin Vilcans
2012-02-01Refactored spmd parser to use InputParagraph class.Martin Vilcans
2012-02-01New syntax for dual dialog: ^ (Jan 2012 spec)Martin Vilcans
2012-02-01Some pep8 compliance regarding whitespaceMartin Vilcans
2012-01-31Updated readme to reflect that we don't support PDF output yet.Martin Vilcans
2012-01-31Transitions no longer have to be followed by a scene heading.Martin Vilcans
2012-01-31Changed rules for forced Scene Headings (slugs).Martin Vilcans
2012-01-31Added tests on actual input/output files.Martin Vilcans
2012-01-31Oops, blank lines weren't parsed as blank lines.Martin Vilcans
2012-01-14Use &nbsp; to avoid empty paragraphs in HTML.Martin Vilcans
2012-01-14Ignore trailing \r and \n properly.Martin Vilcans
2011-12-16A leading ">" on a line means it's parsed as a transition.Martin Vilcans
2011-12-16Possible to escape stars (\*) so they aren't parsed as emphasis.Martin Vilcans
2011-12-16A line with two spaces inside dialog keeps the dialog together.Martin Vilcans
2011-12-16Fixed some problems with old RichString tests.Martin Vilcans
2011-12-10Allow use of stdin and stdout instead of files.Martin Vilcans
2011-12-10Use HTML character references for special characters.Martin Vilcans
2011-11-28Removed unused non-working old plain text formattingMartin Vilcans
2011-11-28Removed support for txt and pdf output from command line.Martin Vilcans
2011-11-28Added licensing information (MIT license)Martin Vilcans
2011-11-28Created context manager for working with HTML tags.Martin Vilcans
2011-11-28Cleaned up a little CSS.Martin Vilcans
2011-11-28Support for centered action elements in HTML output.Martin Vilcans
2011-11-28Slug and Transition support only one line.Martin Vilcans
2011-11-28Support the --bare option to not output a complete HTML document.Martin Vilcans
2011-11-28Changed CSS to style based on Jonathan Poritsky's work.Martin Vilcans
2011-11-28Export complete HTML with CSS.Martin Vilcans
2011-11-27Renamed module annotated_html to html.Martin Vilcans
2011-11-26Some code style changesMartin Vilcans