I'd like to request support for parsing "weekdays", but by weekdays I mean days that are Monday through Friday and excluding the weekend days Saturday & Sunday. I believe the previous issue #294 was closed in error due to a misunderstanding as weekday and day have different meanings in the context of a tool like this.
With this implemented, "last weekday" would function as "yesterday" except on Sunday & Monday, where "last weekday" would produce the previous Friday. The other use cases would be similar.
https://github.com/wanasit/chrono/issues/294
https://github.com/obsidian-tasks-group/obsidian-tasks/issues/3122
https://dictionary.cambridge.org/dictionary/english/weekday
I'd like to request support for parsing "weekdays", but by weekdays I mean days that are Monday through Friday and excluding the weekend days Saturday & Sunday. I believe the previous issue #294 was closed in error due to a misunderstanding as weekday and day have different meanings in the context of a tool like this.
With this implemented, "last weekday" would function as "yesterday" except on Sunday & Monday, where "last weekday" would produce the previous Friday. The other use cases would be similar.