MarkdownFileInfo
Official
The markdown file info.
Import:
import type { MarkdownFileInfo } from 'obsidian';Signature:
export interface MarkdownFileInfo extends HoverParentExtends: HoverParent
Properties
| Property | Type | Description | |
|---|---|---|---|
| app | App | The Obsidian app instance. | |
| editor? | Editor | The editor associated with the markdown edit view. | |
| hoverPopover | HoverPopover | null | The hover popover. (Inherited from HoverParent) | |
| metadataEditor? | MetadataEditor | The metadata (frontmatter/properties) editor for this file. |
Links to this page: