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
Currently Macro is allowed in the App to send Multiline Text in bulk. this is useful, but support for variables would be even more powerful.
Imagine how convenient variables are in the programming language you are using. Also think about the <%%> {{ }} expressions that are common in the WEB.
Many programming languages have built-in template processors that will make your support for variables (relatively) more feasible.
Consider supporting variables in Macro, where you can use a syntax like <%%> {{ }} to simplify development and learning.
For example if the user includes {{host}} in Macro M1, then the App allows the value of the variable host to be entered (and temporarily cached) when M1 is clicked. This allows the user to easily modify the part of Macro that needs to be changed without the restriction that "Multiline Text" cannot be "inserted" but only "sent".
If the template has multiple variables, they can be displayed in the same panel, making the development relatively uncomplicated and the operation process smoother.
For example, take the following script and imagine how user-friendly it will be.
Thank you. and sorry for my English.
sys {{ host }}
vlan 100
de GuanLi
int vlan 100
de GuanLi
ip add 172.16.100.{{ ip }} 24
Currently Macro is allowed in the App to send Multiline Text in bulk. this is useful, but support for variables would be even more powerful.
Imagine how convenient variables are in the programming language you are using. Also think about the <%%> {{ }} expressions that are common in the WEB.
Many programming languages have built-in template processors that will make your support for variables (relatively) more feasible.
Consider supporting variables in Macro, where you can use a syntax like <%%> {{ }} to simplify development and learning.
For example if the user includes {{host}} in Macro M1, then the App allows the value of the variable host to be entered (and temporarily cached) when M1 is clicked. This allows the user to easily modify the part of Macro that needs to be changed without the restriction that "Multiline Text" cannot be "inserted" but only "sent".
If the template has multiple variables, they can be displayed in the same panel, making the development relatively uncomplicated and the operation process smoother.
For example, take the following script and imagine how user-friendly it will be.
Thank you. and sorry for my English.
The text was updated successfully, but these errors were encountered: