Coder Social home page Coder Social logo

Comments (3)

rnkn avatar rnkn commented on August 17, 2024

Thanks, glad it's getting some use. I've never written a stage play so I had to look up the formatting. Is this an accurate representation? http://ptfaculty.gordonstate.edu/lking/CPF_play_formatting2.pdf

Currently no, the action elements can't be aligned within Emacs. I never actually made action an element per se rather everything that's not any other element is counted as action. That said, I'll make sure to fix this come version 2.0.

Exporting is another story since it's just CSS. Customize the value of fountain-export-style-template:

p.action {
    margin-left: 2.5in;    /* this line added */
    white-space: pre-wrap;
    orphans: ${action-orphans};
    widows: ${action-widows};
}

I'm currently rewriting a lot of the internals, so please let me know if there are any other compatibility issues with playwriting.

from fountain-mode.

LittleHouse75 avatar LittleHouse75 commented on August 17, 2024

Thanks for the quick reply! I'll look forward to 2.0, but I'll go with
your suggestion of editing the CSS export style and make good use of the
Fountain mode as is.

With regard to playwriting format, I've never found a "standard". Every
screenwriting app seems to provide slightly different stageplay templates,
though they are all similar to the link you've provided. I'm personally
enamored with the stageplay export in John August's "Highland" app, which
itself seems to be based on Final Draft's "Broadway Musical" Template
(not the Dramatist Guild version) . Lyrics are well handled in these.
Should you want PDFs or specs of these, just let me know.

Anyway I'm still amazed by your emacs implementation. It seems to blend
the best features of writing in fountain in Slugline, Highland, and Sublime
Text!

On Thu, Jan 1, 2015 at 11:32 PM, Paul Rankin [email protected]
wrote:

Thanks, glad it's getting some use. I've never written a stage play so I
had to look up the formatting. Is this an accurate representation?
http://ptfaculty.gordonstate.edu/lking/CPF_play_formatting2.pdf

Currently no, the action elements can't be aligned within Emacs. I never
actually made action an element per se rather everything that's not any
other element is counted as action. That said, I'll make sure to fix this
come version 2.0.

Exporting is another story since it's just CSS. Customize the value of
fountain-export-style-template:

p.action {
margin-left: 2.5in; /* this line added */
white-space: pre-wrap;
orphans: ${action-orphans};
widows: ${action-widows};
}

I'm currently rewriting a lot of the internals, so please let me know if
there are any other compatibility issues with playwriting.


Reply to this email directly or view it on GitHub
#27 (comment).

from fountain-mode.

rnkn avatar rnkn commented on August 17, 2024

I've just tagged v2.0 that allows aligning action and allows aligning elements to different columns based on the document format metadata. Should be on MELPA-stable soon.

from fountain-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.