Skip to content

MarkdownFileInfo

Official

The markdown file info.

Import:

import type { MarkdownFileInfo } from 'obsidian';

Signature:

export interface MarkdownFileInfo extends HoverParent

Extends: HoverParent

Properties

PropertyTypeDescription
appAppThe Obsidian app instance.
editor?EditorThe editor associated with the markdown edit view.
hoverPopoverHoverPopover | nullThe hover popover.
(Inherited from HoverParent)
metadataEditor?MetadataEditorThe metadata (frontmatter/properties) editor for this file.

Links to this page: