Update the sample project to reflect current usage and have explanatory files in them

This commit is contained in:
Veronica K. B. Olsen
2019-11-07 22:05:57 +01:00
parent d61e7a6ae6
commit a4473b4a3f
13 changed files with 113 additions and 106 deletions
@@ -2,18 +2,18 @@
@pov: Jane
@char: John
@location: Space
@location: Earth
Some text here would look good as well, and maybe some "dialogue"?
A scene is defined by a level three heading, like the one at the top of this page. The scene will be assigned to the chapter preceding it in the project tree.
#### Some Section
Each paragraph in the scene is separated by a blank line. The text supports minimal formatting, like **bold**, _italic_ and __underscore__.
So, this is some __text__ that weve been adding to this document. It is utterly meaningless text, _but_ since this is just dummy text, that doesnt really matter. The text is perfectly happy to live in this document regardless.
In addition, the editor supports automatic formatting of “quotes”, both double and single. Depending on the syntax highlighter, these can be in different colours.
This paragraph is also meaningless. At least a bit. Its also very short. But we could make it less meaningless if we wanted to … but we wont, will we.
If you have the need for it, you can also add text that can be automatically replaced by other text when you generate a preview or export the project. Now, lets auto-replace this A with <A>, and this C with <C>. While <E> is just <E>. Press Ctrl+R to see what this looks like in the view pane.
This one is a bit longer. “It also has some dialogue in it” she said, before she moved on to check if the spellchecker worked. It did. “Cool,” she concluded.
#### Some Section Here
Lets auto-replace this A with <A>, and this C with <C>. While <E> is just <E>.
If you need to split a scene file up into further pieces, you can do so with the level four heading, like above. This is referred to as a section.
Lets also add some text with a non-breaking space in it, like right here!
Both scene and section titles can be left out of the final exported document. The formatting of titles can be selected from the export dialog.
@@ -1,5 +1,6 @@
## So it Begins
@pov: Jane
@location: Earth
% The first chapter with much action and such.
% We can add a chapter file, but keep the scene files separate. In the chapter file we can set the meta data that applies to the whole chapter if we wish.