Skip to content

Collapsing repeating events into one line #96

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

Closed
Robert-M-Muench opened this issue Jan 7, 2023 · 2 comments
Closed

Collapsing repeating events into one line #96

Robert-M-Muench opened this issue Jan 7, 2023 · 2 comments

Comments

@Robert-M-Muench
Copy link

In project planning, this is a pretty common pattern:

image

However, this requires a lot of vertical space when you add the plan to some documents.

Much better would be a repeating event type, which shows all dots on one line and only shows the event text once at the end.

@Robert-M-Muench
Copy link
Author

Here is an example of a management level plan:

image

That's a handy visualization most tools can't accomplish.

@kochrt
Copy link
Member

kochrt commented Jan 18, 2023

Hi Robert, I appreciate the feature request (and the helpful screenshots)!

I just added support for recurring events, which might be able to accomplish some of what you're looking for.

I (kind of) recreated your first example to reduce the Q&As to two lines (you'd have to massage it to get it to be what you want, also I am just now noticing a bug where relative dates aren't referring to the end of a recurring event):

!nippas 1 week - 11 weeks:
!nippas 2 weeks - 1 day every week x4: Q&A
2 weeks - 1 day every 2 weeks x3: Q&A

Screen Shot 2023-01-18 at 6 23 34 PM

There is another request similar to recurring events that is specifying multiple ranges for the same event. That's coming soon, so if recurring isn't what you want, hopefully multiple event ranges will help.

Meanwhile, you might also try initially collapsed groups:

If you want an event group to start out collapsed, indent the group line definition.

!nippas 1 week - 11 weeks:
  group Q&A
!nippas 2 weeks - 1 day every week x4: Q&A
5 weeks - 1 day every 2 weeks x3: Q&A

Screen Shot 2023-01-18 at 6 34 18 PM

@kochrt kochrt closed this as completed Feb 1, 2023
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

2 participants