omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Foutain Folding *CORRECTION*

    Pythonista
    1
    1
    926
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Edit
      Edit last edited by

      First of all thank you for this amazing app! It is just wonderful and I could go on using it as is but wanted to offer a correction to the FOUNTAIN FOLDING.

      CURRENTLY:

      In Fountain mode on Editorial all elements are FOLDED into the SCENE HEADING (i.e. EXT. FOREST -DAY)

      ↧ EXT. FOREST - DAY (Everything is FOLDED into the SCENE HEADING)<br>
      # Act II<br>
      = synopsis<br>
      ## Sequence<br>
      = synopsis<br>
      ### Scene<br>
      = synopsis<br>

      This is incorrect.

      CORRECTION:

      FOLDING (NESTING) for Fountain should follow the following hierarchy. "Scenes" should be folded into "Sequences" which should be folded into "Acts"
      (http://fountain.io/syntax#section-sections)

      ↧# Act<br>

      ↧## Sequence<br>

      ↧### Scene

      Every ACT, SEQUENCE and SCENE can also include a SYNOPSIS denoted by an = (equal sign). Even when the ACT, SEQUENCE and SCENE headings are folded I would still show the ACT SYNOPSIS , SEQUENCE SYNOPSIS and SCENE SYNOPSIS. So ideally I would do the FOLDING...

      ↧ # Act I<br>
      = synopsis (show Act synopsis when Act is folded)<br>
      ↧ ## Sequence<br>
      = synopsis (show Sequence synopsis when Sequence is folded)<br>
      ↧ ### Scene<br>
      = synopsis (show Scene synopsis when Scene is folded)<br>
      ↧ EXT. FOREST - DAY (fold scene's contents into its heading)<br>
      ↧ # Act II<br>
      = synopsis<br>
      ↧ ## Sequence<br>
      = synopsis<br>
      ↧ ### Scene<br>
      = synopsis<br>
      ↧ EXT. FOREST - DAY<br>
      ↧ # Act III<br>
      = synopsis<br>
      ↧ ## Sequence<br>
      = synopsis<br>
      ↧ ### Scene<br>
      = synopsis<br>
      ↧ EXT. FOREST - DAY<br>

      When completely FOLDED it would look like this...

      ↦ # Act I<br>
      = synopsis<br>
      ↦ # Act II<br>
      = synopsis<br>
      ↦ # Act III<br>
      = synopsis<br>

      Thank you again for this wonderful app!!!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Powered by NodeBB Forums | Contributors