Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nested entries? #43

Open
a2jc4life opened this issue Oct 19, 2023 · 3 comments
Open

Nested entries? #43

a2jc4life opened this issue Oct 19, 2023 · 3 comments

Comments

@a2jc4life
Copy link

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
Copy link

+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
Copy link

adroit-bledd commented Nov 23, 2023

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
Copy link

[line-2, body-3]

any solution to make it horizontal?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants