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: add ability to set default month for calendar #2483

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

antistic
Copy link

Resolves #1810

Adds the ability to set a default month for the calendar query, e.g.

CALENDAR file.ctime
DEFAULT MONTH 2021-12

@efirlus
Copy link

efirlus commented Jan 18, 2025

I really want to get this feature

@jcsnorlax97
Copy link

Thanks for making the change! Just wondering, when will this change be merged & become available? I'm hoping to use this feature for my vault as well.

Copy link

@jcsnorlax97 jcsnorlax97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@holroy holroy marked this pull request as draft March 15, 2025 14:53
@holroy
Copy link
Collaborator

holroy commented Mar 15, 2025

Not sure on the naming of the extended syntax, and the code doesn't follow the coding standard of this repository. As such, it's changed to a draft pull request, until further changes has been made.

@antistic
Copy link
Author

fixed the error flagged by npm check-format, assuming that's what you meant by coding standard

for the naming of the extended syntax i'm happy to change it to whatever makes the most sense. the current keywords are from the original issue feature request title. some other ideas are DISPLAY MONTH (matching the underlying component), DISPLAY, SHOW, FOCUS, or removing the keyword altogether like CALENDAR 2022-12 file.ctime (matching TABLE/TABLE WITHOUT ID)

@Taaqif
Copy link

Taaqif commented Mar 31, 2025

Keen on seeing this completed!

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.

Specify default month to display with a calendar query
5 participants