What I’m trying to do
I am using Periodic Notes with some Templater code contained in a Daily Note Template for generating a Daily Note. My template has been working just fine until recently. Now, the Templater code stalls and does not populate in the daily note. However, the same code works just fine in other templates that do not use Periodic Notes. Therefore, it has something to do with the Periodic Notes Plugin and Templater not working nicely together. I was wondering if anyone else is having this same problem? Here are further details:
When I open “Open today” on my phone, my Creation_Date property is supposed to auto-populate using this code in my Daily Notes Template:
<% tp.date.now(“YYYY-MM-DD HH:mm”) %>
However, what happens, but only on my phone, this code will either 1. not populate at all, or 2. take several minutes to generate. However, using this same code in different templates on my phone generates the proper time and date instantaneously when created. Therefore, there is nothing wrong with the code, it is just how the Templater Plugin and Periodic Notes Plugin are playing together. The same problem happens with my Week property using Templater code. They both work just find on my desktop – That is the kicker.
Has anyone had this issue? Does anyone know what the solution is? Thank you for any insights you can provide.