Tasks in daily note without link possible? - using template for daily notes

Hello community,

I thought it is easy, but I learned, it’s not. Maybe my fault. :wink:

I use a template for daily notes.

My setting for daily notes:
Date format: YYYY/MM/YYYY-MM-DD
New file location: _Journal
Template file location: _Template/DailyNotes

Installed community plugins: Tasks and Dataview.

On my template note I have following:

> [!info] Open
> ```tasks
> Not done
> ```

Very simple, but “the problem” is I got a link visible after the due date:

Now I found out following:

> [!info] Open
> ```dataview
> Task
> From "_Journal"
> Where completed = false
> Sort completion desc
> ```

This looks like I want to have it:

But with dataview it is just a “view”.

With tasks I have the possibiltiy to change the dates.

Any idea how I can correct the code for tasks?

Thank you in advance.

Best regards,
Mark

Solved!!!

I’m sorry, but I check a lot of YT-Videos and websites concerning tasks in Obsidian.
Now I found one solution which is working for me:

> [!info] Open
> ```tasks
> Not done
> hide backlink
> ```

So I got the task on the next day and have the possibilty to adjust the dates or use the checkbox.

Maybe this helps other user.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.