tp.system.prompt for multiple values (tp.system.form?) #976
P4cster
started this conversation in
Ideas & Feature Requests
Replies: 3 comments 1 reply
-
I've been thinking about this as well but don't have the time to implement it. Would you like to try? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this would be a great feature! A related discussion is located here: #1059 |
Beta Was this translation helpful? Give feedback.
0 replies
-
This plugin appears to be tackling this. |
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
-
I was wondering if its possible to implement a form like the system.prompt command. Something like
tp.system.form( form-title: string, var-name1: string, var-name1 description: string, var-name1 default_value?: string|function (tp.system.suggester() as dropdown or something), var-name2?,...)
After submitting you should be able to call the user value with
<% var-name# %>
throughout the file. That way there wouldn't be so many prompts one after another.Best regards.
Beta Was this translation helpful? Give feedback.
All reactions