bb1a778277
* Merge novel layouts and simplify the Tokenizer class * Fix core tests * Delete auto-layout code * Remove no longer needed item layouts * Remove references to deleted item layouts in test * Make some minor changes to Tokenizer class and update tests * Update test reference files * Update sample project * Fix a few issues with the Tokenizer * Centre some text in the sample documents * Make some minor changes to how new projects are generated * Add support for New Page and VSpace commands to the Tokenizer * Remove Title and Page layouts and add codes for page break and vertical space * Add document layout and fix some issues in index class with new title formats * Update tests and reference files * Bump the project file version and fix a minor issue in items class * Update tests and test coverage * Clean up some warnings and issues in tests
21 lines
661 B
Plaintext
21 lines
661 B
Plaintext
%%~name: Another Scene
|
|
%%~path: e7ded148d6e4a/bc0cbd2a407f3
|
|
%%~kind: NOVEL/DOCUMENT
|
|
### Another Scene
|
|
|
|
@pov: John
|
|
@focus: Jane
|
|
@location: Earth
|
|
|
|
Adding more scenes to a chapter is as easy as adding more scene files, with a level three heading, or just adding another level three heading in the same file if that works for the way you want to structure your files.
|
|
|
|
In fact, if you wish, you can add all the scenes in the chapter file too. All novelWriter cares about is the level of the headings.
|
|
|
|
### More Scenes
|
|
|
|
@pov: Jane
|
|
@focus: John
|
|
@location: Earth
|
|
|
|
This is a second scene in the same file as the previous scene. You can always split the files up later.
|