obsidian-kanban
obsidian-kanban copied to clipboard
[Feature]: Option to append completion/archive date instead of prepending the date.
Goal or desired outcome of this feature
I use the tasks plugin. I would like to be able to mark items as complete in a kanban board and have a "done on
Describe the feature
I would like to have an option to append the date, rather than prepend it, when items are archived (or completed as per #309).
By adding ✅ as the date/time separator, then appending the date, tasks will show up with a tasks query, such as:
```tasks
done on 2021-09-21
```
Can you think of any alternatives or work-arounds?
Nothing that I can find.
Screenshots, mockups, or videos
No response
+1 from me, I am hacking around this using dataview:
> ```dataview
> TASK FROM ""
> WHERE completion = date(today)
> ```
I have to manually set those dates on the card when I create / mark done which is a bit of a pain.
Unfortunately I don't think that this addressed the issue properly. It's only for archived items, not for "done/completed" items.
It's a lot more useful to have a done date, than an archived date. Most of the time I like to still see the most recently completed tasks and know when I completed them. But I don't particularly care to know when I archive them, which simply removes them from the board.
Are there any plans to add completion date to card?
Thanks!