-
Thanks for bringing out this plugin! It enabled me for developing functions in other languages, since i'm not quite familiar with javascript : ) Recently i'd like to implement a command to do regular git upload operations, that is, May a new macro Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, thank you for your question! Nice to hear that the plugin has been useful to you! 🙂 There is a quite new feature named Prompts which was introduced in version A current limitation is that only single line text inputs are supported, i.e. no line breaks. But more field types will be included in the future. For future coming field types, you can see discussion #17 . |
Beta Was this translation helpful? Give feedback.
Hi, thank you for your question! Nice to hear that the plugin has been useful to you! 🙂
There is a quite new feature named Prompts which was introduced in version
0.12.0
of the plugin. Click the link for instructions on how to use them. Prompts allow you to define a modal that will open up when the shell command is about to be executed, and the modal contains customisable input fields.A current limitation is that only single line text inputs are supported, i.e. no line breaks. But more field types will be included in the future. For future coming field types, you can see discussion #17 .