diff options
| author | Sarah Duck <git@sarahduck.ca> | 2025-01-07 19:41:41 -0800 |
|---|---|---|
| committer | Sarah Duck <git@sarahduck.ca> | 2025-01-07 19:41:41 -0800 |
| commit | 59faad6c15cfa75d45826cb62d93c379b45163eb (patch) | |
| tree | f8fde858ce7e622911269b449038dc819a2013b1 /meta/builds.json | |
What I got so far
Diffstat (limited to 'meta/builds.json')
| -rw-r--r-- | meta/builds.json | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/meta/builds.json b/meta/builds.json new file mode 100644 index 0000000..1796e9c --- /dev/null +++ b/meta/builds.json @@ -0,0 +1,71 @@ +{ + "novelWriter.builds": { + "lastBuild": "e3635ae0-955c-487c-ba3e-4397837b2311", + "defaultBuild": "", + "e3635ae0-955c-487c-ba3e-4397837b2311": { + "name": "My Manuscript", + "uuid": "e3635ae0-955c-487c-ba3e-4397837b2311", + "path": "/home/sarah", + "build": "Cryptid Camp - My Manuscript", + "order": 0, + "format": "ODT", + "settings": { + "filter.includeNovel": true, + "filter.includeNotes": false, + "filter.includeInactive": false, + "headings.fmtTitle": "{Title}", + "headings.fmtChapter": "{Title}", + "headings.fmtUnnumbered": "{Title}", + "headings.fmtScene": "* * *", + "headings.fmtAltScene": "", + "headings.fmtSection": "", + "headings.hideTitle": false, + "headings.hideChapter": false, + "headings.hideUnnumbered": false, + "headings.hideScene": false, + "headings.hideAltScene": false, + "headings.hideSection": true, + "headings.centerTitle": true, + "headings.centerChapter": false, + "headings.centerScene": false, + "headings.breakTitle": true, + "headings.breakChapter": true, + "headings.breakScene": false, + "text.includeSynopsis": false, + "text.includeComments": false, + "text.includeKeywords": false, + "text.includeBodyText": true, + "text.ignoredKeywords": "", + "text.addNoteHeadings": true, + "format.textFont": ",-1,-1,5,50,0,0,0,0,0", + "format.lineHeight": 1.15, + "format.justifyText": false, + "format.stripUnicode": false, + "format.replaceTabs": false, + "format.keepBreaks": true, + "format.showDialogue": false, + "format.firstLineIndent": false, + "format.firstIndentWidth": 1.4, + "format.indentFirstPar": false, + "format.pageUnit": "cm", + "format.pageSize": "A4", + "format.pageWidth": 21.0, + "format.pageHeight": 29.7, + "format.topMargin": 2.0, + "format.bottomMargin": 2.0, + "format.leftMargin": 2.0, + "format.rightMargin": 2.0, + "odt.addColours": true, + "odt.pageHeader": "{Project} / {Author} / {Page}", + "odt.pageCountOffset": 0, + "html.addStyles": true, + "html.preserveTabs": false + }, + "content": { + "included": [], + "excluded": [], + "skipRoot": [] + } + } + } +}
\ No newline at end of file |
