diff --git a/sample/content/53b69b83cdafc.nwd b/sample/content/53b69b83cdafc.nwd index cca928b9..82e4361c 100644 --- a/sample/content/53b69b83cdafc.nwd +++ b/sample/content/53b69b83cdafc.nwd @@ -5,6 +5,6 @@ **By Jane Doh** -It’s also possible to add some text on this page. All text on Title and Partition pages are by default centred when the document is exported, but this can be overridden on individual paragraphs. +It’s also possible to add some text on this page. Everything on Title and Partition pages is by default centred, but this can be overridden on individual paragraphs. -The text can be left-aligned like this. << +For instance, the text can be left-aligned like this. << diff --git a/sample/content/636b6aa9b697b.nwd b/sample/content/636b6aa9b697b.nwd index e05d4041..514b4bf1 100644 --- a/sample/content/636b6aa9b697b.nwd +++ b/sample/content/636b6aa9b697b.nwd @@ -9,11 +9,11 @@ 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. -Each paragraph in the scene is separated by a blank line. The text supports minimal formatting, like **bold**, _italic_ and **_bold italic_**. You can also ~~strike through~~ text. There is **some support for _nested_ emphasis**, but it isn’t fully Markdown compliant. If the syntax highlighter doesn’t show it correctly, the export tool will not either. +Each paragraph in the scene is separated by a blank line. The text supports minimal formatting, like **bold**, _italic_ and **_bold italic_**. You can also ~~strike through~~ text. There is **some support for _nested_ emphasis**, but there are some known limitations. If the syntax highlighter doesn’t show it correctly, the export tool will not either. In addition, the editor supports automatic formatting of “quotes”, both double and ‘single’. Depending on the syntax highlighter, these can be in different colours. “You can of course use **bold** and _italic_ text inside of quotes too.” -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, let’s auto-replace this A with , and this C with . While is just . Press Ctrl+R to see what this looks like in the view pane. +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, let’s auto-replace this A with , and this C with . While is just . Press Ctrl+R to see what this looks like in the view pane. The editor also supports non breaking spaces, and the spell checker accepts long dashes—like this—as valid word separators. Regular dashes are also supported – and can be automatically inserted when typing two hyphens. @@ -21,16 +21,20 @@ Thin spaces and thin non-breaking spaces are also supported from the Insert menu #### Some Section Here -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. +If you need to split a scene file up into further pieces, you can do so with the level four heading, like the one above this paragraph. This is referred to as a “section” in the documentation. Both scene and section titles can be left out of the final exported document. The formatting of titles can be selected from the Build Novel Project dialog. You can also have them replaced with scene separators like “* * *”. -#### Text Alignment +#### Text Alignment and Indent -The text by default will have the left or justified alignment. You can also specify alignment for a specific paragraph by “pushing” it away from an edge with a set of ‘>>’ or ‘<<’ symbols, like so: +The text by default will have the left or justified alignment in the main text files in your project. You can also specify alignment for a specific paragraph by “pushing” it away from an edge with a set of ‘>>’ or ‘<<’ symbols, like so: This text is left-aligned. << >> This text is right-aligned. ->> This text is centred. << \ No newline at end of file +>> This text is centred. << + +You can also indent a paragraph from both the left and right margin with ‘>’ and ‘<’ symbols. + +> This paragraph is indented from both the left margin and the right margin. This is useful for when you want to quote a large chunk of text for instance. < diff --git a/sample/content/6a2d6d5f4f401.nwd b/sample/content/6a2d6d5f4f401.nwd index ad4554d8..172774d5 100644 --- a/sample/content/6a2d6d5f4f401.nwd +++ b/sample/content/6a2d6d5f4f401.nwd @@ -8,3 +8,4 @@ % Synopsis: 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 to. +A chapter can also contain leading text before the first scene. diff --git a/sample/content/974e400180a99.nwd b/sample/content/974e400180a99.nwd index 0a4f5df8..885e2bbb 100644 --- a/sample/content/974e400180a99.nwd +++ b/sample/content/974e400180a99.nwd @@ -3,4 +3,4 @@ %%~kind: NOVEL/PAGE This is a plain page with some text on it. -This file should receive no special formatting, but the text will always be left aligned and the content will always start on a fresh page when the project is exported. +Text on plain pages will always start on a fresh page when the project is exported. diff --git a/sample/content/ba8a28a246524.nwd b/sample/content/ba8a28a246524.nwd index 83d441fc..55e1b507 100644 --- a/sample/content/ba8a28a246524.nwd +++ b/sample/content/ba8a28a246524.nwd @@ -5,18 +5,18 @@ % Notice that this is a file with the flag ‘N.Un’. The ‘N’ means it’s a novel file, and the ‘Un’ means it’s an unnumbered chapter. Unnumbered chapters can be treated separately from numbered chapters during export. Perfect for when you want to add an interlude, or for a prologue or epilogue. -I am the very model of a modern Major-General -I've information vegetable, animal, and mineral -I know the kings of England, and I quote the fights historical +I am the very model of a modern Major-General +I've information vegetable, animal, and mineral +I know the kings of England, and I quote the fights historical From Marathon to Waterloo, in order categorical -I'm very well acquainted, too, with matters mathematical -I understand equations, both the simple and quadratical -About binomial theorem I'm teeming with a lot o’ news +I'm very well acquainted, too, with matters mathematical +I understand equations, both the simple and quadratical +About binomial theorem I'm teeming with a lot o’ news With many cheerful facts about the square of the hypotenuse - With many cheerful facts about the square of the hypotenuse - With many cheerful facts about the square of the hypotenuse + With many cheerful facts about the square of the hypotenuse + With many cheerful facts about the square of the hypotenuse With many cheerful facts about the square of the hypotepotenuse -% Notice that the lines in the verse have highlighted spaces at the end of each line. (If the syntax theme allows it.) These are two spaces, which indicates that you want a hard line break at that point. The blank lines still indicate a paragraph. Press Ctrl+R to see what this renders like. +% Notice that the lines in the verse end in a single line break. Single line breaks do not create a new paragraph but instead insert a break within the paragraph. Press Ctrl+R to see what this renders like. diff --git a/sample/content/edca4be2fcaf8.nwd b/sample/content/edca4be2fcaf8.nwd index a033257d..73271f7e 100644 --- a/sample/content/edca4be2fcaf8.nwd +++ b/sample/content/edca4be2fcaf8.nwd @@ -3,4 +3,4 @@ %%~kind: NOVEL/PARTITION # Part One -The first part. \ No newline at end of file +In the beginning … \ No newline at end of file diff --git a/sample/nwProject.nwx b/sample/nwProject.nwx index 8512ed42..be00422c 100644 --- a/sample/nwProject.nwx +++ b/sample/nwProject.nwx @@ -1,13 +1,13 @@ - + Sample Project Sample Project Jane Smith Jay Doh - 1088 - 176 - 51413 + 1095 + 188 + 52304 False @@ -17,8 +17,8 @@ True 636b6aa9b697b 636b6aa9b697b - 1164 - 788 + 1224 + 848 376 B @@ -63,10 +63,10 @@ Started True TITLE - 259 - 47 + 244 + 43 3 - 268 + 252 Page @@ -75,10 +75,10 @@ New True PAGE - 210 - 40 + 125 + 26 2 - 213 + 127 Part One @@ -87,10 +87,10 @@ New True PARTITION - 23 - 5 + 26 + 6 1 - 0 + 30 A Folder @@ -106,10 +106,10 @@ Notes True CHAPTER - 12 - 3 - 0 - 215 + 75 + 14 + 1 + 279 Making a Scene @@ -118,10 +118,10 @@ 1st Draft True SCENE - 2107 - 373 - 12 - 2049 + 2450 + 439 + 14 + 61 Another Scene @@ -133,7 +133,7 @@ 476 93 3 - 430 + 577 Interlude @@ -142,10 +142,10 @@ New True UNNUMBERED - 633 + 617 101 3 - 308 + 1137 A Note on Structure @@ -157,7 +157,7 @@ 1692 313 6 - 1721 + 1110 Chapter Two