On this page
article
Event Info
Note: If there are any HTML events included in a note, those events will take precedence and be included in the list of events.
Otherwise, the timeline will default to gathering data from the frontmatter. See Getting Started: Adding Events for more information on how to create events.
This section is for overarching information on how a note is considered valid.
“Events” within a note can be specified in one of two ways:
- a divor aspanHTML element, or
- keys in the front matter (in this case, the entire file will be used as an “event”)
In order for events to be considered “valid”, it must contain the following:
- at least a valid start date, in YEAR-MONTH-DAY-HOURformat, and- for front matter events, the default key is startDate
- for HTML events, the default key is data-start-date
 
- for front matter events, the default key is 
- a valid class, specifically ob-timelinesmust be specified.
All other fields are optional.
Invalid timeline events will be skipped, usually with a warning printed in to the console.