mirror of
https://github.com/dragonish/obsidian-heading-decorator.git
synced 2026-07-22 05:42:05 +00:00
tweak(data): supplement the default setting value
This commit is contained in:
parent
89b8e4e0fe
commit
acd5892f99
1 changed files with 1 additions and 0 deletions
|
|
@ -164,6 +164,7 @@ export function defaultHeadingDecoratorSettings(): HeadingDecoratorSettings {
|
|||
orderedCustomIdents: "Ⓐ Ⓑ Ⓒ Ⓓ Ⓔ Ⓕ Ⓖ Ⓗ Ⓘ Ⓙ Ⓚ Ⓛ Ⓜ Ⓝ Ⓞ Ⓟ Ⓠ Ⓡ Ⓢ Ⓣ Ⓤ Ⓥ Ⓦ Ⓧ Ⓨ Ⓩ",
|
||||
orderedSpecifiedString: "#",
|
||||
orderedIgnoreSingle: false,
|
||||
orderedBasedOnExisting: false,
|
||||
orderedAllowZeroLevel: false,
|
||||
unorderedLevelHeadings: defaultHeadingTuple.join(" "),
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue