Skip to content

CachedMetadata

Defined in: cache.svelte.ts:380

optional blocks?: Record<string, BlockCache>

Defined in: cache.svelte.ts:403


optional embeds?: EmbedCache[]

Defined in: cache.svelte.ts:388


optional footnoteRefs?: FootnoteRefCache[]

Defined in: cache.svelte.ts:401


optional footnotes?: FootnoteCache[]

Defined in: cache.svelte.ts:400


optional frontmatter?: FrontMatterCache

Defined in: cache.svelte.ts:398


optional frontmatterPosition?: Pos

Defined in: cache.svelte.ts:386

Position of the frontmatter in the file.


optional headings?: HeadingCache[]

Defined in: cache.svelte.ts:399


optional links?: LinkCache[]

Defined in: cache.svelte.ts:387


optional listItems?: ListItemCache[]

Defined in: cache.svelte.ts:397


optional referenceLinks?: ReferenceLinkCache[]

Defined in: cache.svelte.ts:402


optional sections?: SectionCache[]

Defined in: cache.svelte.ts:396

Sections are root level markdown blocks, which can be used to divide the document up.


optional tags?: TagCache[]

Defined in: cache.svelte.ts:389