Giter Club home page Giter Club logo

dreamscript's Introduction

A movie script writing tool (MAC only & ENGLISH only )


It's usable now, but still under development... no electron yet

npm i && npm start  

open localhost:3000


Demo:

Standard movie script format.

DEMO


Basic use: pretty much like Final Draft, short-cut:

  • ctrl+1: Scene
  • ctrl+2: Action
  • ctrl+3: Character
  • ctrl+4: Parethetical
  • ctrl+5: Dialogue
  • ctrl+6: Transition
  • ctrl+7: Shot

Print: command+p, you can print your script as PDF (It's chrome's build-in function, I only CSS-optimized it as: US Letter)


TODO:

  • Maybe a little more prettier
  • Add saving
  • Add paragraph collections
  • Add script chart
  • Maybe use div-contentEditable instead of semantic-ui-Textarea, so it's pure react app with no third-party package
  • Add some test
  • Add output file, if I were to do that, maybe write a .fdx-json convertor first
  • Put it in electron, yet, a single-page app is nice still

TRY TO:

  • As simple as possible
  • Just writing, no bullshit
  • .fdx convert

based-on:
electron REACT mobx nedb


key component:

  • dashBoard: dash board of all your script
  • script: make a standard movie script looking
  • paragraph: General~~, Scene Heading, Action, Character, Parenthetical, Dialogue, Transition, Shot, ~~Cast List`
  • title page
  • tool sider: open, save, new, convert ...
  • tool script: collection of Scene, Character, Shot ...

mobx script:

{script:
  {
    titlePage:
    {
      Title: 'LA LA LAND',
      By-line: 'Damien Chazelle'
    },
    Paragraphs: [
      ...
      {$Type: 'General'},
      {$Type: 'Action', _ :
        'Mia gathers her nerves. Gets up. And steps in.'
      },
      ...
      {$Type: 'Scene Heading' , _ :
      {
        Location: 'INI. AUDITION OFFICE',
        Time: 'AFTERNOON'
      },
      ...
      {$Type: 'Shot', _ :
        'WE RETURN to the AUDITION ROOM... Brandt and Frank waiting...'
      },
      ...
      },
      {$Type: 'Character', _ :  
        'MIA'
      },
      {$Type: 'Dialogue', _ :
        "
          Here's to the ones who dream, Foolish as they may seem. Here's to the hearts that ache. Here's to the mess we make...
        "
      },
      ...
    ]
  }
}

dreamscript's People

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dreamscript's Issues

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.