Replies: 1 comment 2 replies
-
Which Templater command are you using to trigger the template? If you're using the "Templater: Create new note from template" command, then Templater will create an "Untitled" note for you, then insert and execute the template into that note. In that case, For this template, since you are explicitly creating a file using |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The function I want to achieve is:
Obtain the path and file name of the current activity file, and create a new path consisting of "current file path"+"/"+"current activity file name"+"/"
Then pop up the prompt box, enter a new file name and store it in a variable, then rename the file and move it to the new file path
However, the problem is that I always get the name of the current active file as untitled
Beta Was this translation helpful? Give feedback.
All reactions