Skip to content

ObsidianFrontmatter

A front matter of an Obsidian file.

Import:

import type { ObsidianFrontmatter } from 'obsidian-dev-utils/obsidian/frontmatter';

Signature:

export interface ObsidianFrontmatter

Properties

PropertyTypeDescription
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: