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
116 lines
3.6 KiB
XML
116 lines
3.6 KiB
XML
<?xml version='1.0' encoding='utf-8'?>
|
|
<novelWriterXML appVersion="1.5-alpha0" hexVersion="0x010500a0" fileVersion="1.2" timeStamp="2021-08-02 03:04:11">
|
|
<project>
|
|
<name>New Project</name>
|
|
<title></title>
|
|
<saveCount>2</saveCount>
|
|
<autoCount>1</autoCount>
|
|
<editTime>0</editTime>
|
|
</project>
|
|
<settings>
|
|
<doBackup>True</doBackup>
|
|
<language>None</language>
|
|
<spellCheck>False</spellCheck>
|
|
<spellLang>None</spellLang>
|
|
<autoOutline>True</autoOutline>
|
|
<lastEdited>0e17daca5f3e1</lastEdited>
|
|
<lastViewed>None</lastViewed>
|
|
<lastWordCount>6</lastWordCount>
|
|
<novelWordCount>6</novelWordCount>
|
|
<notesWordCount>0</notesWordCount>
|
|
<autoReplace/>
|
|
<titleFormat>
|
|
<title>%title%</title>
|
|
<chapter>%title%</chapter>
|
|
<unnumbered>%title%</unnumbered>
|
|
<scene>* * *</scene>
|
|
<section></section>
|
|
</titleFormat>
|
|
<status>
|
|
<entry blue="100" green="100" red="100">New</entry>
|
|
<entry blue="0" green="50" red="200">Note</entry>
|
|
<entry blue="0" green="150" red="200">Draft</entry>
|
|
<entry blue="0" green="200" red="50">Finished</entry>
|
|
</status>
|
|
<importance>
|
|
<entry blue="100" green="100" red="100">New</entry>
|
|
<entry blue="0" green="50" red="200">Minor</entry>
|
|
<entry blue="0" green="150" red="200">Major</entry>
|
|
<entry blue="0" green="200" red="50">Main</entry>
|
|
</importance>
|
|
</settings>
|
|
<content count="8">
|
|
<item handle="73475cb40a568" order="0" parent="None">
|
|
<name>Novel</name>
|
|
<type>ROOT</type>
|
|
<class>NOVEL</class>
|
|
<status>New</status>
|
|
<expanded>True</expanded>
|
|
</item>
|
|
<item handle="25fc0e7096fc6" order="0" parent="73475cb40a568">
|
|
<name>Title Page</name>
|
|
<type>FILE</type>
|
|
<class>NOVEL</class>
|
|
<status>New</status>
|
|
<exported>True</exported>
|
|
<layout>DOCUMENT</layout>
|
|
<charCount>11</charCount>
|
|
<wordCount>2</wordCount>
|
|
<paraCount>0</paraCount>
|
|
<cursorPos>0</cursorPos>
|
|
</item>
|
|
<item handle="31489056e0916" order="1" parent="73475cb40a568">
|
|
<name>New Chapter</name>
|
|
<type>FOLDER</type>
|
|
<class>NOVEL</class>
|
|
<status>New</status>
|
|
<expanded>True</expanded>
|
|
</item>
|
|
<item handle="98010bd9270f9" order="0" parent="31489056e0916">
|
|
<name>New Chapter</name>
|
|
<type>FILE</type>
|
|
<class>NOVEL</class>
|
|
<status>New</status>
|
|
<exported>True</exported>
|
|
<layout>DOCUMENT</layout>
|
|
<charCount>11</charCount>
|
|
<wordCount>2</wordCount>
|
|
<paraCount>0</paraCount>
|
|
<cursorPos>0</cursorPos>
|
|
</item>
|
|
<item handle="0e17daca5f3e1" order="1" parent="31489056e0916">
|
|
<name>Just a Page</name>
|
|
<type>FILE</type>
|
|
<class>NOVEL</class>
|
|
<status>Note</status>
|
|
<exported>False</exported>
|
|
<layout>DOCUMENT</layout>
|
|
<charCount>9</charCount>
|
|
<wordCount>2</wordCount>
|
|
<paraCount>0</paraCount>
|
|
<cursorPos>0</cursorPos>
|
|
</item>
|
|
<item handle="44cb730c42048" order="1" parent="None">
|
|
<name>Plot</name>
|
|
<type>ROOT</type>
|
|
<class>PLOT</class>
|
|
<status>New</status>
|
|
<expanded>False</expanded>
|
|
</item>
|
|
<item handle="71ee45a3c0db9" order="2" parent="None">
|
|
<name>Characters</name>
|
|
<type>ROOT</type>
|
|
<class>CHARACTER</class>
|
|
<status>New</status>
|
|
<expanded>False</expanded>
|
|
</item>
|
|
<item handle="811786ad1ae74" order="3" parent="None">
|
|
<name>World</name>
|
|
<type>ROOT</type>
|
|
<class>WORLD</class>
|
|
<status>New</status>
|
|
<expanded>False</expanded>
|
|
</item>
|
|
</content>
|
|
</novelWriterXML>
|