obsidian-timeline
obsidian-timeline copied to clipboard
Nested entries?
I might just be missing something and this is already possible, but I'd like the option to list several different events under the same main "date" segment.
For instance, I want it to be able to say:
2001
Sep 11, 2001 World Trade Center attacks
Dec 2, 2001 Enron files for bankruptcy
Dec 11, 2001 NRDC files suit against the DOE
Is this possible?
+1 for nested timelines, but in the meanwhile you can use this:
```timeline-labeled
date: 2001
content:
##### Sep 11, 2001
Word Trade Center attacks
##### Dec 2, 2001
Enron files for bankruptcy
##### Dec 11, 2001
NRDC files suit against the DOE
```
I would suggest leaving the date value empty.
[line-2, body-3]
date: 2001
title: Sep 11, 2001
content: Word Trade Center attacks
date:
title: Dec 2, 2001
content: Enron files for bankruptcy
date:
title: Dec 11, 2001
content: NRDC files suit against the DOE
date: 2002
[line-2, body-3]
any solution to make it horizontal?