Create from template and smart action #827
Replies: 1 comment
-
It turns out that I can just simply save a variable and use it later |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Hi,
I'm trying to implement my own smart_action
Its pretty simple change, but it allows me to use template to create a new note
However, since the input arg from NewFromTemplate function is parsed and added to note's meta data.
But the text under the cursor is not parsed.
This unmatched name resulted I need to hit enter twice (first time create aliases with parsed result, and second time added my original text to the alias.
Is there any way to fix this?
I think its either:
Any suggestion would be really helpful.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions