Expand description
Structs§
- Record
- One parsed .md file = one record.
Enums§
- Value
- A value from YAML frontmatter, preserving type information.
Functions§
- epoch_
seconds - Seconds since the Unix epoch. Used by
FieldSchema::default_expr = epoch. - now_
string - Wall-clock now in
YYYY-MM-DD HH:MMform. Used byFieldSchema::default_expr = now. Format matches the existing_modified/_createdvirtual fields so values are sortable together. - today_
string - Today’s calendar date in
YYYY-MM-DDform. Used byFieldSchema::default_expr = todayand by any consumer that needs a date matching the format vaultdb’s virtual-field outputs use.