Skip to content

ObsidianPublishFrontmatter

A front matter for publishing in Obsidian.

Import:

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

Signature:

export interface ObsidianPublishFrontmatter

Properties

PropertyTypeDescription
cover?stringA cover image for the note.
description?stringA description for the note.
image?stringAn image for the note.
permalink?stringA permanent link for the note.
publish?booleanWhether the note is published.