Replies: 2 comments 4 replies
-
What is the use case? |
Beta Was this translation helpful? Give feedback.
3 replies
-
@sawft99 Should now be possible in Templater 2.2.0. Do not include the extension when calling |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My code:
I'm attempting to create a file with from a template, but the template file and the destination file should end with
.loom
.When the line
await tp.file.create_new(StepsLoomTemplate, StepsName + ".loom", false, app.vault.getAbstractFileByPath("Attachments"))
runs, it just makes a file with.loom
in the name and doesn't actually output to a file with that extension.Beta Was this translation helpful? Give feedback.
All reactions