Automatic updating link to Today's Note

I would like to create a link to the daily note from my home page, with the link automatically being updated to today’s date. I am using the Daily Note plugin. (I know I can click on the daily note icon, but for some reason I find it more natural to look at my home page first). Is there a way to do this?

Thanks!

Matt

1 Like

Don’t think such a thing exists, sorry!

No problem. Thanks for the reply!

Might there be ANY workaround? It’s a little thing to be sure however having a way to click on a link to get to today’s note would greatly improve my Obsidian workflow.

It’s possible with dataview plugin:
(FROM → Daily Notes folder)

```dataview
list
FROM "Daily Notes"
where file.day = date(today)
```
4 Likes

Thank you, @ottovanluchene!

How would that look like as an inline JS query?

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