Make dates recognizable by kanban boards #549
Replies: 2 comments 2 replies
-
This seems to be relevant for this issue #384 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the idea, @Rhydderch. There was discussion on the obsidian forums regarding this topic here: https://forum.obsidian.md/t/task-management-devs-define-a-shared-date-and-action-format/26464 Tasks will eventually support other "signifiers", but it's a matter of free time from my side which is scarce. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Expected Behavior
Tasks with a date should be correctly parsed by the kanban board plugin.

Expected result for a task with a due date:
Current Behavior
As the format for the dates is different for kanban boards, this is how the date is shown:

The format required for the kanban boards is {date} (e.g., {2022-02-23}) whereas the tasks plugins just uses a date (e.g., 2022-02-23)
Steps to Reproduce
Context (Environment)
Possible Solution
An easy quick fix would be to add a setting in the Tasks plugin settings to allow the due date to be surrounded by { }.
Beta Was this translation helpful? Give feedback.
All reactions