This is an extension for Visual Studio Code which allows you to write screenplays using the fountain syntax quickly and efficiently. (If you're already confused click here).
Unlike other screenwriting software (such as Final Draft) BetterFountain focuses on removing friction between you and the text - there's no page breaks, no large unintuitive menus and overlapping windows, no delays when you press "Enter" after having written some dialogue, no slow loading documents, none of that. Just text and a handfull of unintruding features which remove even more friction between the story in your head and a finished screenplay.
And because it's an extension for vscode, you get access to some incredibly advanced features, such as Real-time collaboration with other screenwriters - Better Fountain is the only free and open-source screenwriting tool which allows you to use such features.
https://piersdeseilligny.com/work/software/betterfountain/
BetterFountain now offers two different ways of previewing your screenplay
Writing with fountain lets you focus on the essential. With the addition of autocomplete and syntax highlighting, you have the ultimate clutter-free ultra-fast solution for writing screenplays. And because it's an extension for vscode, it's free and cross-platform, and you get lots of other cool features such as integrated source control and near-infinite extensibility.
Just open a .fountain
file in Visual Studio Code, and everything should work as expected. You can open the live preview and export to PDF by opening the command palette (Ctrl+Shift+P
or F1
) and searching for "Fountain".
You can modify various options related to PDF Export in the settings, under "Fountain PDF Export".
And to get an approximate duration of your screenplay, just look at your status bar, in the bottom right corner.
Here are some features I would like to add, but don't really have time to right now, in an approximate order of difficulty/priority:
More statistics (per-character reports)
PDF Export panel, with more advanced features presented in a more user-friendly way
Optionally leaving synopses visible when folding
Built-in screenplay templates (such as Blake Snyder's beat sheet)
Import screenplays from PDF files
Some sort of system that would allow the storage of character information alongside the script
I will probably add these features when I have time, but if you're up for the challenge I'm more than happy to accept your pull requests.
Syntax highlighting works thanks to a modified version of the .tmlanguage file by Jonathan Poritsky for fountain-sublime-text
The live preview uses elements from the Fountain.js library by Matt Daly, covered by the MIT License
The fountain parsing and PDF generation feature is based on Piotr Jamróz's Afterwriting, also covered by the MIT License
The project includes Kevin Decker's jsdiff
library, covered by the BSD License
The statistics panel uses d3
, covered by the BSD-3-Clause License, and DataTables
, covered by the MIT License.
The PDF Previewer uses Mozilla's PDF.JS, covered by the Apache-2.0 License
The PDF Previewer borrows some code from [@tomoki1207]()'s vscode-pdfviewer extension, covered by the MIT License
The project was built using Microsoft's language server example extension as a boilerplate.
The default font used in the preview and in the exported PDF is "Courier Prime", more specifically a version which adds support for Azerbaijani, Belorussian, Kazakh, Russian, and Ukrainian
Screenwriting is just about writing text, and Visual Studio Code is a great text editor. You don't need to know anything about programming to use it. Here's what you need to do to get started using BetterFountain:
Done. Now you can create a file which finishes with .fountain anywhere you want, open it in vscode, and start writing! It's very easy to write a screenplay with fountain, but here's a good place to get you started.