Replies: 1 comment
-
Hi, thank you for your suggestion! 🙂 It's already possible to take input from a user by using Prompts. However, it currently supports just singleline text fields. There is a list of planned input types (see the Input types heading) that I might implement some day. If you come up with more ideas regarding prompts, please go ahead and comment in the linked discussion - I'm open for feedback. 🙂 (I'll move this discussion from Ideas to Q & A). |
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
-
When writing a shell script, it may be helpful to prompt the user for input. This will allow you to get a specific value that you can use in your script as you see fit. It also allows you to make your script interactive by prompting the user to enter values such as directories and filenames.
When it comes to an user input, obsidian can open an pop-up where the user can type the text.
When it comes to an interactive action, the command aborts.
read my_var
Beta Was this translation helpful? Give feedback.
All reactions