/ editing.mdwn
editing.mdwn
1 Some advice on editing the script in this wiki. 2 3 * Have one scene per wiki page. 4 * Normal paragraphs are descriptions. 5 * Dialogue is marked up with one > for the person speaking, and two for what they say. 6 A description of how the person is speaking is also one > sign, and starts with `<br>`. 7 An example: 8 > ARNOLD 9 > <br> (Softly) 10 >> I'll be back. 11 12 This does not result in a normal script look, but it's easy to markup and edit. 13 * Be systematic, especially with formatting. This makes it easier to programmatically 14 change the markup later, if we find a better way. 15 * Always provide a comment when you make a change, this makes is much easier to follow 16 the changelog. 17