Is that possible to input the notes name when use a template to create a new note? #250
Unanswered
francisHugo
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Not directly with buttons, but you can rename the note in your templater template. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I use the method mProjectCode mentioned and rename it inside the template using this code: <%* You might not need the last line, as that is just for my use case of opening it in a new pane. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I use the template to create new note, but I found the new note name is a set string in
fileName: a set string
. and can only by renamed after the note is been created.I would like to be able to input the note name when create it by input the note name.
is it possible to input the note name instead of the
a set string
?Beta Was this translation helpful? Give feedback.
All reactions