Skip to content

[Feature request] Improved Calendar title formatting #80

Description

@twilsonco

Is your feature request related to a problem? Please describe.

In the Calendar view, if the sidebar is too narrow, then the Calendar title is cutoff (e.g. "January 2025" becomes "Ja..."). This is a loss of useful information and makes it necessary to widen the sidebar in order to properly navigate back to past months/years.

Describe the solution you'd like

The solution could come in two possible ways. 1) provide an option analogous to "Calendar -> Heading format" that lets the user customize the formatting of the Calendar title, or 2) automatically change the formatting to best accommodate the available width.

I would prefer (2) as the solution, automatic formatting change based on width. In my opinion, the formatting should be, in decreasing order of width:

  1. MMMM YYYY (e.g. "January 2025")
  2. MMM YYYY (e.g. "Jan 2025")
  3. MM/YYYY (e.g. "01/2025")
  4. M/YYYY (e.g. "1/2025")
  5. M/YY (e.g. "1/25")

The above is the most granular way to go about it. A simplified version might only include 1,2,4 in that list. Of course, I'll gladly defer to your opinion on the matter.

Describe alternatives you've considered

The current workaround is to widen the calendar.

Additional context

Current behavior as sidebar width is decreased.
Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requeston the to-do listThis issue will be worked on eventually

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions