Check type ID#

kind: object_sentence_case

Purpose#

Require a string field to read as sentence case, not Title Case.

Configuration keys#

FieldRequiredDefaultMeaning
fieldyes-Frontmatter key whose string value must be sentence case.
allowno-Proper nouns permitted to keep a leading capital mid-title (e.g. Katalyst). All-caps acronyms (CI, H1) are always allowed.

Example#

collections:
  pages:
    path: docs/content
    checks:
      - kind: object_sentence_case
        field: title
        allow: [Katalyst]