UNPKG

afterwriting

Version:

Post-processing tools for Fountain screenplays

25 lines (15 loc) 578 B
define(function(require) { var Section = require('theme/aw-bubble/model/section'), OpenView = require('plugin/io/view/open-view'); var OpenSection = Section.extend({ id: 'open-start', title: 'Start', shortTitle: 'open', smallIcon: 'gfx/icons/open.svg', description: 'You can open a .fountain or .fdx file (it will be converted to Fountain), or use one of the samples below.', MainContent: { value: OpenView } }); return OpenSection; });