Header menu logo FSharp.Formatting

FrontMatterFile Type

Meta data from files that contains front matter Used to determine upfront which files have front matter so that previous and next substitutes can be discovered.

Record fields

Record Field Description

Category

Full Usage: Category

Field type: string
Field type: string

CategoryIndex

Full Usage: CategoryIndex

Field type: int
Field type: int

FileName

Full Usage: FileName

Field type: string
Field type: string

Index

Full Usage: Index

Field type: int
Field type: int

Static members

Static member Description

FrontMatterFile.ParseFromLines(fileName) (lines)

Full Usage: FrontMatterFile.ParseFromLines(fileName) (lines)

Parameters:
    fileName : string
    lines : string seq

Returns: FrontMatterFile option

Parses the category, categoryindex and index from the frontmatter lines

fileName : string
lines : string seq
Returns: FrontMatterFile option

Type something to start searching.