Create a note using a link, with the day as its title

Hello, I’m new to Obsidian and I’m really liking it, however I got stuck at something I wanted to do:

I’m trying to make a daily note template that would create 2 new notes, in 2 different folders, which I would like to have the current date as title (or an incremental number). Is there a way to do this?

I tried [[Diary/Kirby/{{date:YYYY-MM-DD}}]] but that’s not working because of the date part.

Sorry if this has been asked, I may not know how to search for it because I’m new to obsidian and also an ESL speaker.

Any ideas would be appreciated, thanks!

I managed to solve this using templater:

[[Diary/Kirby/<% tp.date.now(“YYYY-MM-DD”) %>]]

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