ObsidianPublishFrontmatter
A front matter for publishing in Obsidian.
Import:
import type { ObsidianPublishFrontmatter } from 'obsidian-dev-utils/obsidian/frontmatter';Signature:
export interface ObsidianPublishFrontmatterProperties
| Property | Type | Description |
|---|---|---|
| cover? | string | A cover image for the note. |
| description? | string | A description for the note. |
| image? | string | An image for the note. |
| permalink? | string | A permanent link for the note. |
| publish? | boolean | Whether the note is published. |