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
When having a list with options that "hides" a lot of information within them, is there a way to build a trigger for some kind of "help"/"description". Something like an option to "expand" a list choice.
Let's say I have the following rawlist:
? Select rule
rule1
rule2
rule3
Then I would like to know what the "conditions and actions" are for that rule. So, if I arrow down to rule 2, then by pressing ctrl+e (expand) - or so, then additional text would be provided after that option (providing a string as return value). Like this:
? Select rule
rule1
rule2
-- No candy on friday
-- No tv after 22
++ Gets a big ice cream by the end of the week
rule 3
Would this somehow be possible? Would be a really cool feature.
The text was updated successfully, but these errors were encountered:
When having a list with options that "hides" a lot of information within them, is there a way to build a trigger for some kind of "help"/"description". Something like an option to "expand" a list choice.
Let's say I have the following rawlist:
? Select rule
Then I would like to know what the "conditions and actions" are for that rule. So, if I arrow down to rule 2, then by pressing ctrl+e (expand) - or so, then additional text would be provided after that option (providing a string as return value). Like this:
? Select rule
-- No candy on friday
-- No tv after 22
++ Gets a big ice cream by the end of the week
Would this somehow be possible? Would be a really cool feature.
The text was updated successfully, but these errors were encountered: