obsidian-kanban icon indicating copy to clipboard operation
obsidian-kanban copied to clipboard

[Feature]: Option to append completion/archive date instead of prepending the date.

Open ddeighton opened this issue 3 years ago • 1 comments

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 " tasks query display what was completed.

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

ddeighton avatar Sep 22 '21 01:09 ddeighton

+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.

RCheesley avatar Aug 16 '22 19:08 RCheesley

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!

vcurdia avatar Nov 30 '23 19:11 vcurdia