enableHashesForFMTags

❗ Note that currently this will also affect how frontmatter tags will be rendered in Preview. This will later be fixed.

  • type: boolean
  • default: false
  • required: true

Description

Enable rendering frontmatter tags with the # symbol prefix in published notes.

See Frontmatter tags for more information.

Example

  publishing:
    enableFrontmatterTags: true
    enableHashesForFMTags: true

Backlinks