How to create complex timelines
I’ve found that often what I use canvas for is laying out timelines of events. What typically happens though is that I end up with a couple of parallel streams of events for context… and then every time I add a new parallel timeline I have to move everything to keep them actually lined up so that it’s actually useful to visually see timeline context and that’s what takes the most time.
For example if you were laying out your family history on a timeline, and had a parallel timeline with general historical events to give the family history context. Or maybe you’re an author trying to keep track of where multiple characters are across time in parallel storylines. That’s what I’m talking about.
Has anyone found a good solution for this? I’ve got a plugin I’m working on to help but I’m curious if this problem has already been solved.