What I’m trying to do
I’m trying to get a template to work
Things I have tried
Here is the current code:
---
creation date: <% tp.file.creation_date() %>
---
<% await tp.file.rename(tp.date.now("YYMMDD")+"-Untitled")%>
The properties section works fine on it’s own, and the file.rename also works fine on its own, but when I combine them together I get a parsing error.
This is the error in the console:
plugin:templater-obsidian:6 Templater Error: Template parsing error, aborting.
Destination file already exists!
K @ plugin:templater-obsidian:6