Skip to content

Simple timeline creator implemented in HTML & JavaScript.

License

Notifications You must be signed in to change notification settings

mxamber/TimelineTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimelineTool

Create, edit, import, export simple timelines in a minimalistic browser application. Exports/imports to/from JSON. GUI includes controls for setting timeframe and zoom factor, as well as adding and deleting events, and import/export of the entire timeline.

Events have the following properties:

  • ID
  • title
  • description (not used currently)
  • date
  • colour

A simple timeline depicting a few key dates around the production of the first Star Wars prequel. It shows both events with single days, i.e. the beginning of writing, as well as longer timespans, i.e. the entire duration of pre-production, a range which contains multiple single-date events. At the top, there is UI for adding and removing events, zooming, and title.

Roadmap

  • improved display (avoid overlap)
  • multiple lanes / channels for events
  • timespans (from/to/title) e.g. "Easter holidays" or "vacation" (rudimentarily implemented September 2024)

About

Simple timeline creator implemented in HTML & JavaScript.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published