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

feat: omit/ignore planner header when its value is empty #577

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

brianrodri
Copy link

This PR adds some "early returns" to support users who want their plannerHeader to be empty/omitted (fixes #294)

New events are appended to the end of the file, without any sorting, instead of introducing an empty heading.

Before:

My last non-blank line.

# 

- 09:00 - 10:00 TODO

After:

My last non-blank line.

- 09:00 - 10:00 TODO

@brianrodri brianrodri changed the title feat: hide/ignore planner header when its value is empty feat: omit/ignore planner header when its value is empty Sep 28, 2024
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

Successfully merging this pull request may close these issues.

Feature Request: Optional Planner Heading (kinda #253 yet differs)
2 participants