DiscoTOC/settings.yml
锦心 830c0436c8
FEATURE: Allow TOC for replies (#90)
* FEATURE: Allow TOC for replies

This commit adds an optional setting that allows enabling a TOC for
replies. TOCs for replies are not affected by autoTOC settings like
`auto_TOC_tags` and must be inserted manually.
2024-08-07 15:40:11 +08:00

25 lines
402 B
YAML

minimum_trust_level_to_create_TOC:
default: 0
type: enum
choices:
- 1
- 2
- 3
- 4
composer_toc_text:
default: "This topic will contain a table of contents"
auto_TOC_categories:
type: list
list_type: category
default: ""
auto_TOC_tags:
type: list
list_type: tag
default: ""
enable_TOC_for_replies:
default: false
TOC_min_heading:
default: 3
min: 1
max: 10000