feat: Don't print section if plugin returns "" #3
No reviewers
Labels
No labels
bug
dependabot
dependencies
documentation
duplicate
enhancement
go
good first issue
help wanted
invalid
major
major-bump
minor
minor-bump
patch
patch-bump
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forquare/thermi!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "omit-blank-plugins"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
For a few days the Birthdays plugin has been using around 2cm of paper to say there are no upcoming birthdays. A much better use of paper would be to not print this at all.
So now we skip printing anythign if a plugin returns an empty string.
The events and todo plugins have been updated for this, too.