Module tpnote_lib::front_matter
source · [−]Expand description
Creates a memory representation of the note’s YAML header.
In this documentation, the terms “YAML header”, ”header” and ”front matter“
are used as synonyms for the note’s meta data block at the beginning
of the text file. Technically this is a wrapper around a tera::Map.
Structs
Represents the front matter of the note. This is a newtype
for
tera::Map<String, tera::Value>.