Skip to content

FrontMatterInfo

Official

The information about the frontmatter in the note.

Import:

import type { FrontMatterInfo } from 'obsidian';

Signature:

export interface FrontMatterInfo

Properties

PropertyTypeDescription
contentStartnumberOffset where the frontmatter block ends (including the ---)
existsbooleanWhether this file has a frontmatter block.
fromnumberStart offset of the frontmatter contents (excluding the ---).
frontmatterstringString representation of the frontmatter.
tonumberEnd offset of the frontmatter contents (excluding the ---).

Links to this page: