Overview
YAML front matter is metadata you put in the top of the markdown note.
It looks like:
---
tags: some-tag, some-other-tag
aliases:
- AliasOne
state: some-status, some-other-status
cultivate: # Optional, only when one of the states is cultivate
---What goes there?
Mandatory
- state - Provide the state of the note - Evergreen Notes
- parent - Provide one or more links to parents
Optional
- aliases - Optional. Good to add as many as possible and is highly encouraged. Practices are detailed in the Alias System
- cultivate - Optional. When specific instructions are needed for what is to happen to the note. Will be displayed in C3. Note that this must be SPECIFICALLY for note related options.
- research - Optional. This is a tag saying you want to get better at something. Similar to cultivate
- relates - Optional. Notes that are related and connected to the current one
- opposes - Optional. Notes that oppose the current note
- links - Optional. Links to the web. References can go here.
- tags - Note Tags Tagging System
- description - used for dynamic views to provide a short overview
Dynamic YAML Frontmatter
For content that will be displayed dynamically (using Dataview queries), a specific set of information must be provided.
kindmust always be used to determine the kind of dynamic content being served- Optional yaml frontmatter must be added depending on the type of dynamic content
~ Note ~
If is preferred that a template is created for each new dynamic content.