Members
content :string
Raw markup.
Type:
- string
created :string|undefined
Creation date of item. Sourced from first commit.
Type:
- string | undefined
frontmatter :FrontMatter
Frontmatter data in document.
Type:
- FrontMatter
full_path :string
Full path string to item from root of repository.
Type:
- string
path :PathObj
Split items from path string.
Type:
- PathObj
reading_time :number
Amount of time to read. Rough calculation based on file byte size.
Type:
- number
title :string|null
Title of document. Sourced from first heading element.
Type:
- string | null
toc :Array
Table of contents of document.
Type:
- Array
updated :string|undefined
Updated date of item. Sourced from last commit.
Type:
- string | undefined