ParseCacheOptions
Options for the parsing performed by getCacheSafe and parseMetadata beyond Obsidian’s native metadata parsing. Each option is opt-in; enabling it adds the corresponding CachedMetadataExFeature and populates the matching links array.
Import:
import type { ParseCacheOptions } from 'obsidian-dev-utils/obsidian/metadata-cache';Signature:
export interface ParseCacheOptionsProperties
| Property | Type | Description |
|---|---|---|
| shouldParseExternalLinks? | boolean | Whether to parse the external links from the note content body. |
| shouldParseFrontmatterExternalLinks? | boolean | Whether to parse the external links from single-link (single-value) note frontmatter values. |
| shouldParseMultiValueFrontmatterExternalLinks? | boolean | Whether to parse the external links from multi-link (multi-value) note frontmatter values. |
| shouldParseMultiValueFrontmatterLinks? | boolean | Whether to parse the internal links from multi-link (multi-value) note frontmatter values. |
Links to this page: