ObsidianFrontmatter
A front matter of an Obsidian file.
Import:
import type { ObsidianFrontmatter } from 'obsidian-dev-utils/obsidian/frontmatter';Signature:
export interface ObsidianFrontmatterProperties
| Property | Type | Description |
|---|---|---|
| aliases? | string[] | An array of aliases for the note. |
| cssclasses? | string[] | An array of CSS classes to apply to the note. |
| tags? | string[] | An array of tags for the note. |
Links to this page: