Skip to content

CachedMetadata

Defined in: cache.svelte.ts:386

optional blocks?: Record<string, BlockCache>

Defined in: cache.svelte.ts:409


optional embeds?: EmbedCache[]

Defined in: cache.svelte.ts:394


optional footnoteRefs?: FootnoteRefCache[]

Defined in: cache.svelte.ts:407


optional footnotes?: FootnoteCache[]

Defined in: cache.svelte.ts:406


optional frontmatter?: FrontMatterCache

Defined in: cache.svelte.ts:404


optional frontmatterPosition?: Pos

Defined in: cache.svelte.ts:392

Position of the frontmatter in the file.


optional headings?: HeadingCache[]

Defined in: cache.svelte.ts:405


optional links?: LinkCache[]

Defined in: cache.svelte.ts:393


optional listItems?: ListItemCache[]

Defined in: cache.svelte.ts:403


optional referenceLinks?: ReferenceLinkCache[]

Defined in: cache.svelte.ts:408


optional sections?: SectionCache[]

Defined in: cache.svelte.ts:402

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


optional tags?: TagCache[]

Defined in: cache.svelte.ts:395