Add plain style setting for headings

This commit is contained in:
Veronica Berglyd Olsen
2024-10-01 14:00:57 +02:00
parent 279fe2ae18
commit d8bb9950d3
2 changed files with 36 additions and 11 deletions
+4
View File
@@ -72,6 +72,10 @@ SETTINGS_TEMPLATE = {
"headings.breakPart": (bool, True),
"headings.breakChapter": (bool, True),
"headings.breakScene": (bool, False),
"headings.plainTitle": (bool, False),
"headings.plainPart": (bool, False),
"headings.plainChapter": (bool, False),
"headings.plainScene": (bool, False),
"text.includeSynopsis": (bool, False),
"text.includeComments": (bool, False),
"text.includeKeywords": (bool, False),