Timeline editor

The Timeline editor lets you build or refine a sequence of dated events displayed on an interactive timeline. The AI provides a draft of events and a suggested time scale; you can reorder, add, remove, and correct entries in the widget before saving.

How to invoke it

Ask the AI to create a timeline in natural language:

  • “Add a timeline of the key events of World War II”
  • “Create a timeline of the history of the internet”
  • “Show the geological eras on a timeline”
  • “Build a timeline of the Apollo program missions”

The AI calls edit_timeline with a pre-filled draft and opens the widget.

Data fields

Timeline

FieldTypeRequiredNotes
titlestringYesThe title of the timeline
viewFactorenumYesThe time scale — see View factors
eventsarrayYesThe events on the timeline. The AI generates 4 events by default if not specified.

Each event

FieldTypeRequiredNotes
titlestringYesThe name or headline of the event
abstractstringYesA short description of the event (1–3 sentences)
edtfValuestringYesThe date or date range in EDTF format — see Date format

Date format

Timeline dates use EDTF (Extended Date/Time Format), a standard designed to express historical dates with varying precision and uncertainty.

PatternExampleMeaning
Specific date1969-07-2020 July 1969
Year only1945The year 1945
Year-month1989-11November 1989
Date interval1939/1945From 1939 to 1945
Open-ended interval1760/From 1760 onwards
Negative year-35003500 BCE
Approximate1969~Approximately 1969
Uncertain1969?Possibly 1969

The AI will automatically choose the right EDTF notation based on what you describe. You can adjust dates in the widget if the draft is not precise enough.

View factors

The viewFactor controls the granularity of the timeline axis. Choose the scale that best matches the span of your events:

ValueUse for
secondsReal-time sequences (experiments, reactions)
minutesShort processes
hoursEvents within a day
daysMulti-day events, expeditions
weeksWeeks-long campaigns or projects
two_weeksFortnightly intervals
monthsMonth-to-month developments
six_monthsHalf-year increments
yearsAnnual historical events (most common)
five_yearsMedium-term spans (decades of change)
decadesDecade-by-decade history
centuriesLong historical arcs
millenniaPrehistoric or civilisational timescales
million_yearsGeological and evolutionary history
billion_yearsCosmological or deep geological time

The AI selects the most appropriate view factor automatically based on the events’ date range.

Tips

  • Let the AI choose the scale. If you are unsure which viewFactor to use, describe the events and the AI will pick the right one.
  • Mix precision levels freely. You can have some events with full ISO dates and others with year-only values on the same timeline — EDTF handles this.
  • Negative years for BCE dates. If you’re covering ancient history, the AI will use negative EDTF values (e.g. -44 for 44 BCE).
  • Intervals for durations. Use date ranges (1914/1918) for events that span a period rather than a single moment.