Skip to content

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

Closed
brianrodri wants to merge 5 commits intoivan-lednev:mainfrom
brianrodri:hide-empty-header
Closed

feat: omit/ignore planner header when its value is empty#577
brianrodri wants to merge 5 commits intoivan-lednev:mainfrom
brianrodri:hide-empty-header

Conversation

@brianrodri
Copy link
Copy Markdown

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
@brianrodri brianrodri closed this Feb 9, 2026
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