forked from obsidianmd/obsidian-sample-plugin
-
Notifications
You must be signed in to change notification settings - Fork 22
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
Sorting files based on regex - specific format requested in #173 #178
Labels
enhancement
New feature or request
Comments
SebastianMC
added a commit
that referenced
this issue
Jan 14, 2025
SebastianMC
added a commit
that referenced
this issue
Jan 14, 2025
- more unit tests #191 - added two obvious date formats yyyy-mm-dd and yyyy-dd-mm
SebastianMC
added a commit
that referenced
this issue
Jan 14, 2025
…arlier than the first day of the week or later than the last day of the week - syntax W1 W1- W1+
SebastianMC
added a commit
that referenced
this issue
Jan 14, 2025
…arlier than the first day of the week or later than the last day of the week - syntax W1 W1- W1+
Plugin release 3.1.1 comes with the feature. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #173 for details.
Creating an explicit ticket for the low-hanging feature described in the Discussions section.
The idea is extracting dates for sorting from files named like:
2024-W06 (02-05)
, where W06 is the week number to be ignored in sorting. The pattern likeyyyy-W.. (mm-dd)
2024-W06
, where W06 is the week number to be translated into its Monday date for sorting. The pattern likeyyyy-Www
yyyy-WwwISO
The text was updated successfully, but these errors were encountered: