FrontmatterLinkCache
Official
The cache of the links in the frontmatter.
markdown --- key1: "[[wikilink]]" key2: "[[wikilink|alias]]" ---
Import:
import type { FrontmatterLinkCache } from 'obsidian';Signature:
export interface FrontmatterLinkCache extends ReferenceExtends: Reference
Properties
| Property | Type | Description | |
|---|---|---|---|
| displayText? | string | Display text of the link. (Inherited from Reference) | |
| key | string | The key of the link. | |
| link | string | Link destination. (Inherited from Reference) | |
| original | string | Contains the text as it's written in the document. Not available on Publish. (Inherited from Reference) |
Links to this page: