Hey there,
I use periodic notes in conjuction with templater.
While casting a daily note and computing stuff from the filename like this:
[!todo] Heute geplant
(path includes {{query.file.path}}) OR ( scheduled on <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YY-MM-DD dd") %>) not done
results
in
> [!todo] Heute geplant
> ```tasks
> (due on or before 2025-06-30)
> not done
>```
the templater refuses to render the weekly template and returns:
> [!todo] Heute geplant
> ```tasks
> (path includes {{query.file.path}}) OR ( scheduled on <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YY-MM-DD dd") %>)
> not done
> ```
For the dates I could use the periodic notes syntax, for more complicated stuff, I probably won't. Furthermore I dislike the thought to use different styles for the same stuff.
So far I found out that this is kind of timing issue and so some kind of sleep probably would to the trick but I have no clue how to achieve this or a another way to get rid of it.
Kind Regards
Zolto