Skip to content

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 Reference

Extends: Reference

Properties

PropertyTypeDescription
displayText?stringDisplay text of the link.
(Inherited from Reference)
keystringThe key of the link.
linkstringLink destination.
(Inherited from Reference)
originalstringContains the text as it's written in the document. Not available on Publish.
(Inherited from Reference)

Links to this page: