Skip to content

FrontMatterCache

Official

The cache of the frontmatter in the note. Frontmatter is a block of metadata that is used to store information about the note.

markdown --- key1: "value1", key2: 42 ---

Import:

import type { FrontMatterCache } from 'obsidian';

Signature:

export interface FrontMatterCache

Links to this page: