fixFrontmatterMarkdownLinks
Fixes the frontmatter markdown links in the provided metadata cache.
Import:
import { fixFrontmatterMarkdownLinks } from 'obsidian-dev-utils/obsidian/link';Signature:
function fixFrontmatterMarkdownLinks(cache: CachedMetadata): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
cache | CachedMetadata | The metadata cache to fix the frontmatter markdown links in. |
Returns: boolean — Whether the frontmatter markdown links were fixed.