Define Alias in Templater Run? #1315
Unanswered
LikeShootingStars
asked this question in
Help
Replies: 1 comment
-
Update, I was able to get it working by putting part of the Templater script into the YAML header:
While this does work for me to get the alias working, it tells me that another plugin breaks (Time upon edit which updates "creation date" and "modification date" in the header. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, I'm currently rewriting my templates and stuck in the last detail:
I'm clear on how I want the file naming to be, basically date and title: YYYY-MM-DD – Title
I'm getting the title as captured below:
From there, I save it in the relevant folder via and add the date:
await tp.file.move("/ABC Folder/DEF Folder/" + tp.date.now() + " " + title )
What I have not succeeded is though to add the title (without date) as alias to the file as I'd like to reference it without the date.
Any pointers on this?
Beta Was this translation helpful? Give feedback.
All reactions