"Open todays daily note" seems not to work with templater

What I’m trying to do

I want to use a ‘templater’ template with the Feature ‘Open Todays Daily Note’. If the note does NOT exist for today

  1. it shall be created and the templater expressions should be evaluated.
  2. If it exists, the command shall show it.

Case 1 does not work. The note is created but the templater expressions are not evaluated.
Case 2 does work as expected.

When I create an empty Note and insert my Template manually everything works.

Things I have tried

Enable and disable the builtin Template Plugin. This does not change the situation.

I attach my Daily Note templater file for your consideration.
Daily-Note.md (338 Bytes)

I am very new to Obsidian so maybe I misunderstood something.

Thanks a lot for any help.

Norbert

Hello.

I think that what you are asking to do should be possible. I don’t use Templater so I don’t know how to help you. I saw your post yesterday and assumed someone on this forum would have an answer for you.

If you haven’t got a solution yourself, and if you don’t get a reply here, perhaps you could ask on the GitHub repository for Templater:

:four_leaf_clover:

I forgot to enable “Trigger templater on new file creation”. Now if works …