Leonezz / obsidian-tasks-calendar-wrapper

This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
MIT License
182 stars 11 forks source link

Feature request: add a created date to tasks created outside of daily note #85

Open FitzFrobozz opened 11 months ago

FitzFrobozz commented 11 months ago

When a task is created from the New Task input field while specifying a file other than a daily note, the task does not acquire a created date (even when I add created (my date format). I have one task query that relies on created date, so adding support for that would be wonderful.

Edit: I should also mention that for anyone who queries tasks that are not in a daily note using the created filter, this limitation means that they must find alternatives to using this plugin's New Task input field, due to a Tasks plugin bug where copying and pasting created dates fails to capture the emoji correctly (coupled with the Tasks plugin's inability to add/edit created date via modal).

Leonezz commented 10 months ago

Hi @FitzFrobozz thanks for the suggestion and apologize for this late reply, I think adding support for created date (same logic as due date etc.) in the input field can be easily achieved, and it will be supported in the next relase.

therden commented 7 months ago

In December 2023 @FitzFrobozz wrote:

I should also mention that for anyone who queries tasks that are not in a daily note using the created filter, this limitation means that they must find alternatives to using this plugin's New Task input field, due to a [Tasks plugin bug](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/2273) where copying and pasting created dates fails to capture the emoji correctly (coupled with the Tasks plugin's inability to add/edit created date via modal).

I believe that the Tasks emoji bug that you reference above was fixed in the recent Tasks 6.1.1 release.