Is your feature request related to a problem?
I was pleased to discover that configuration options could be edited on the fly, I guess that is the whole point of having an interactive tool!
Currently the dialog box uses the YAML/dictionary paths for descriptions and doesn't describe what these do.
We found that users needed some guidance as to what the configuration options are and as such the default_config.yaml has verbose one-line comments to help users when editing configuration files.
Describe the solution you would like.
It would be useful if we could parse these out of the YAML and use them as descriptions in the editor dialogue to help guide users and save them the need to view the YAML file or the documentation (although including a link to the documentation would probably be useful to).
Describe the alternatives you have considered.
N/A
Additional context
N/A
Is your feature request related to a problem?
I was pleased to discover that configuration options could be edited on the fly, I guess that is the whole point of having an interactive tool!
Currently the dialog box uses the YAML/dictionary paths for descriptions and doesn't describe what these do.
We found that users needed some guidance as to what the configuration options are and as such the
default_config.yamlhas verbose one-line comments to help users when editing configuration files.Describe the solution you would like.
It would be useful if we could parse these out of the YAML and use them as descriptions in the editor dialogue to help guide users and save them the need to view the YAML file or the documentation (although including a link to the documentation would probably be useful to).
Describe the alternatives you have considered.
N/A
Additional context
N/A