This is currently hosted on Glitch, at se-timeline.glitch.me.
Please direct any queries & feedback by creating an issue on GitHub.
You can also contribute to updating the events using the instructions below, then opening a pull request. After review and merging to the main branch, a GitHub action will then automatically update the Glitch project.
Don't worry about making mistakes, a GitHub action will run on any pull request to validate changes to the JSON file, and the PR can only be merged if it passes.
The timeline data is stored in the timeline_data.json file as JSON.
If you are unsure how to manually edit the event data using JSON, you should use the Event Editor to import an existing event or create a new one, following which you can paste the output in a new "Update Timeline" issue.
Event items are nested in the "items" array.
- To add a new event, simply add a new item to the array, in the position sorted by date, in reverse chronological order (i.e.: latest first).
- To update an existing event, change the corresponding item's properties.
- To remove an event, remove the corresponding item from the array.
The properties of each event item is as follows. **The properties date_str
and title
are required.
Comments starting with //
are not actually allowed in the JSON file, and is only used in the example above to describe each property.
All double quotes, especially in the title, summary, and body properties, need to be escaped with a backslash like this: \"