Is there a way to prompt for a variable and insert it into a template? #61
Answered
by
stdword
thatdwayne
asked this question in
Q&A
-
Wondering if it is possible to prompt for a value and then re-use it in a template - for example, as part of a "1-on-1" template:
|
Beta Was this translation helpful? Give feedback.
Answered by
stdword
Apr 4, 2025
Replies: 1 comment
-
Hello! But there are workarounds. You can configure the template with arguments OR property arguments. Demo for arguments:Note important Code
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
stdword
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello!
There is no way to prompt variable via UI. I wanted to implement it, but Logseq has changed it's way of development the application. So no UI prompting for now.
But there are workarounds. You can configure the template with arguments OR property arguments.
Demo for arguments:
Note important
template-usage
property.Code