You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I run a template I would like to be able to re-use the same template for several scenarios but input some dynamic values to provide to the templater engine. So for example, I am creating a template that will create a new page for a "Task" so I can assign meta data in YAML to the Task. One of the items I'd like when I run the template is to input a "Due Date" so I need a pop up to ask me "What is the Due Date?" and then I enter "Next Wednesday" and then Temmplater will "process" that string and add accordingly into my template based on the JS etc. I have in my template.
Describe the solution you'd like
The easiest way to describe the solution I need is just the JS native window.prompt. A pop up appears, asks the user for input, and that input can be used as a variable in <%* My custom JS code / templater commands will use the input string as a variable to do stuff with.... %>
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When I run a template I would like to be able to re-use the same template for several scenarios but input some dynamic values to provide to the templater engine. So for example, I am creating a template that will create a new page for a "Task" so I can assign meta data in YAML to the Task. One of the items I'd like when I run the template is to input a "Due Date" so I need a pop up to ask me "What is the Due Date?" and then I enter "Next Wednesday" and then Temmplater will "process" that string and add accordingly into my template based on the JS etc. I have in my template.
Describe the solution you'd like
The easiest way to describe the solution I need is just the JS native window.prompt. A pop up appears, asks the user for input, and that input can be used as a variable in <%* My custom JS code / templater commands will use the input string as a variable to do stuff with.... %>
The text was updated successfully, but these errors were encountered: