George-debug / obsidian-timeline

Obisdian.md plugin for creating timelines
MIT License
292 stars 24 forks source link

Nested entries? #43

Open a2jc4life opened 10 months ago

a2jc4life commented 10 months ago

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?

ShahriarKh commented 10 months ago

+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
adroit-bledd commented 9 months ago

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
mingmingshiliyu commented 8 months ago

[line-2, body-3]

any solution to make it horizontal?