Add plain style setting for headings
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user